Merge pull request #135 from cpjolicoeur/patch-1

Fix typo
This commit is contained in:
Felipe Seré
2016-06-17 17:46:08 +01:00
committed by GitHub

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)