summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tutorial_echo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial_echo.md b/tutorial_echo.md
index d6d5ed8..9d01326 100644
--- a/tutorial_echo.md
+++ b/tutorial_echo.md
@@ -80,7 +80,7 @@ room that we're invited to would look something like this:
end
If you just enter one of the above, you'll only be able respond to one thing.
-To be able to continuously respond tomessages, we put this all in a function
+To be able to continuously respond to messages, we put this all in a function
that calls itself recursively:
iex> defmodule EchoBot do