Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6040fb4

Browse files
committed
Minor grammatical tweaks
Fixed a subject/verb agreement issue in the final paragraph, moved a couple verbs into more active tense, etc.
1 parent 0035ddb commit 6040fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/10.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ The example above will fetch the first 10 lines of the file you have selected. T
109109

110110
The amount of functions and functionality in [`Enum`](/docs/stable/Enum.html) and [`Stream`](/docs/stable/Stream.html) modules can be daunting at first but you will get familiar with them case by case. In particular, focus on the `Enum` module first and only move to `Stream` for the particular scenarios where laziness is required to either deal with slow resources or large, possibly infinite, collections.
111111

112-
Next we'll look at a feature central to Elixir, Processes, which allow us to write concurrent, parallel and distributed programs in an easy and understandable way.
112+
Next we'll look at a feature central to Elixir, Processes, which allows us to write concurrent, parallel and distributed programs in an easy and understandable way.

0 commit comments

Comments
 (0)