diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-09 22:35:32 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-09 22:35:32 -0400 |
commit | 5808a70fdab9c7e8d6f61da4617ac4ee64d5e900 (patch) | |
tree | 0602146a110a1ad62e1a6920384feed96ca1a26a | |
parent | release 0.2.1 (diff) |
fix typo
-rw-r--r-- | tutorial_echo.md | 2 |
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 |