From 2bc6d1c30e19a7a41ad2e610444729258de63eeb Mon Sep 17 00:00:00 2001 From: Chris Dituri Date: Sat, 12 Jul 2014 12:43:09 -0500 Subject: [PATCH] tutorials/1ch.md: re-word and sanitize sentence --- tutorials/1ch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/1ch.md b/tutorials/1ch.md index edb2ac4..57de9ae 100644 --- a/tutorials/1ch.md +++ b/tutorials/1ch.md @@ -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