From f534d1dc9654a80b86079b7a55df02b46c1a06b8 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Fri, 17 Jun 2016 11:43:39 -0400 Subject: [PATCH] Fix typo --- lib/koans/18_protocols.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/koans/18_protocols.ex b/lib/koans/18_protocols.ex index b8d5b4d..ab12d8e 100644 --- a/lib/koans/18_protocols.ex +++ b/lib/koans/18_protocols.ex @@ -1,7 +1,7 @@ defmodule Protocols do use Koans - @intro "Wan't to follow the rules? Adhere to the protocol!" + @intro "Want to follow the rules? Adhere to the protocol!" defprotocol School, do: def enrol(person)