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)