Browse Source

Fixed typo.

master
Craig Oates 6 years ago
parent
commit
81396e6b89
  1. 6
      WetPancake/DataServices.fs

6
WetPancake/DataServices.fs

@ -47,12 +47,12 @@
Example:
--------
(Refer to code for indepth breakdown of data types/structures.)
1. 'Seperate Starts Words' from 'map'.
(Refer to code for in-depth breakdown of data types/structures.)
1. 'Separate Starts Words' from 'map'.
[
(1)["This is a sentence." ["word 1"; "word 2"; Etc.]]
(2)["This is another" ["word 1"; "word 2"; Etc.]]
(3)["No full senetence" ["word 1"; "word 2"; Etc.]]
(3)["No full sentence" ["word 1"; "word 2"; Etc.]]
]
2. In this case, if (1) is selected, we already have a full sentence before we have entered the for-loop.
3. Because the code has not entered the for-loop yet, the 'sentence count' is still at 0.

Loading…
Cancel
Save