mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +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 =
|
||||
suite
|
||||
"Hamming"
|
||||
"Word Count"
|
||||
[ test
|
||||
"count one word"
|
||||
(assertEqual
|
||||
|
|
Loading…
Reference in a new issue