Fix typo
This commit is contained in:
committed by
GitHub
parent
42dc9cb693
commit
f534d1dc96
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user