diff --git a/lib/koans/16_protocols.ex b/lib/koans/16_protocols.ex index e547929..b8d5b4d 100644 --- a/lib/koans/16_protocols.ex +++ b/lib/koans/16_protocols.ex @@ -1,7 +1,7 @@ defmodule Protocols do use Koans - @intro "Protocols" + @intro "Wan't to follow the rules? Adhere to the protocol!" defprotocol School, do: def enrol(person)