mirror of
https://github.com/correl/elm.git
synced 2024-11-16 03:00:08 +00:00
Merge pull request #60 from rebelwarrior/patch-1
Fixes typo from "Hamming" to "Word Count"
This commit is contained in:
commit
8070236eb8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import WordCount exposing (wordCount)
|
||||||
tests : Test
|
tests : Test
|
||||||
tests =
|
tests =
|
||||||
suite
|
suite
|
||||||
"Hamming"
|
"Word Count"
|
||||||
[ test
|
[ test
|
||||||
"count one word"
|
"count one word"
|
||||||
(assertEqual
|
(assertEqual
|
||||||
|
|
Loading…
Reference in a new issue