2 parents bc39acc + 2bc6d1c commit ee4bc12Copy full SHA for ee4bc12
tutorials/1ch.md
@@ -147,7 +147,7 @@ not contain a message that can be matched, the evaluating process will be
147
blocked until a message arrives which _can_ be matched.
148
149
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
+receives. If the first message in our mailbox is not a `String`, then our second
151
match is evaluated. This, given a tuple `t :: (ProcessId, String)`, will send
152
the `String` component back to the sender's `ProcessId`. If neither match
153
succeeds, the echo server blocks until another message arrives and
0 commit comments