Fix grammar omission
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user