Fix grammar omission

This commit is contained in:
Rian Rainey
2016-06-06 06:49:21 -05:00
parent a836488428
commit 25f9be439c

View File

@@ -22,7 +22,7 @@ defmodule KeywordLists do
assert kw_list[:foo] == ___
end
koan "Keyword lists just special syntax for lists of two-element tuples" do
koan "Keyword lists are just special syntax for lists of two-element tuples" do
assert [foo: "bar"] == [{___, ___}]
end