This commit is contained in:
Craig P Jolicoeur
2016-06-17 11:43:39 -04:00
committed by GitHub
parent 42dc9cb693
commit f534d1dc96

View File

@@ -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)