summaryrefslogtreecommitdiff
path: root/tutorial_echo.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:35:32 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:35:32 -0400
commit5808a70fdab9c7e8d6f61da4617ac4ee64d5e900 (patch)
tree0602146a110a1ad62e1a6920384feed96ca1a26a /tutorial_echo.md
parentrelease 0.2.1 (diff)
fix typo
Diffstat (limited to 'tutorial_echo.md')
-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