Fix grammar omission
This commit is contained in:
@@ -22,7 +22,7 @@ defmodule KeywordLists do
|
|||||||
assert kw_list[:foo] == ___
|
assert kw_list[:foo] == ___
|
||||||
end
|
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"] == [{___, ___}]
|
assert [foo: "bar"] == [{___, ___}]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user