Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/1ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ not contain a message that can be matched, the evaluating process will be
blocked until a message arrives which _can_ be matched.

In the _echo server_ above, our first match prints out whatever string it
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
match is evaluated. This, given a tuple `t :: (ProcessId, String)`, will send
the `String` component back to the sender's `ProcessId`. If neither match
succeeds, the echo server blocks until another message arrives and
Expand Down