mirror of
https://github.com/correl/elm.git
synced 2025-03-07 04:35:48 -10:00
Fixes typo from "Hamming" to "Word Count"
This commit is contained in:
parent
919cc6a2ba
commit
1065c8b797
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…
Add table
Reference in a new issue