From 5808a70fdab9c7e8d6f61da4617ac4ee64d5e900 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 9 Oct 2019 22:35:32 -0400 Subject: fix typo --- tutorial_echo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3