Skip to content

Commit c3ef2f8

Browse files
committed
Slight reword for consistency
1 parent c3224f9 commit c3ef2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/koans/12_pattern_matching.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule PatternMatching do
4545
end
4646
end
4747

48-
koan "So does the keyword lists" do
48+
koan "So must keyword lists" do
4949
kw_list = [type: "car", year: 2016, make: "Honda"]
5050
[_type | [_year | [tuple]]] = kw_list
5151
assert tuple == {___, ___}

0 commit comments

Comments
 (0)