Skip to content

Commit e576224

Browse files
committed
Minor grammar fix
This is super minor, but I figured I'd correct it anyway.
1 parent d1846f7 commit e576224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/processes.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ iex> receive do
7676

7777
A timeout of 0 can be given when you already expect the message to be in the mailbox.
7878

79-
Let's put all together and send messages between processes:
79+
Let's put it all together and send messages between processes:
8080

8181
```iex
8282
iex> parent = self()

0 commit comments

Comments
 (0)