Skip to content

Commit ee4bc12

Browse files
committed
Merge pull request #11 from cdituri/tutorial-1ch-sanitize-sentence
tutorials/1ch.md: re-word and sanitize sentence
2 parents bc39acc + 2bc6d1c commit ee4bc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tutorials/1ch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ not contain a message that can be matched, the evaluating process will be
147147
blocked until a message arrives which _can_ be matched.
148148

149149
In the _echo server_ above, our first match prints out whatever string it
150-
receives. If first message in out mailbox is not a `String`, then our second
150+
receives. If the first message in our mailbox is not a `String`, then our second
151151
match is evaluated. This, given a tuple `t :: (ProcessId, String)`, will send
152152
the `String` component back to the sender's `ProcessId`. If neither match
153153
succeeds, the echo server blocks until another message arrives and

0 commit comments

Comments
 (0)