From 1065c8b79725710e7d4c9d4fe3be7df7d118901d Mon Sep 17 00:00:00 2001 From: David Acevedo Date: Sun, 3 Apr 2016 16:45:24 -0400 Subject: [PATCH] Fixes typo from "Hamming" to "Word Count" --- exercises/word-count/WordCountTests.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/word-count/WordCountTests.elm b/exercises/word-count/WordCountTests.elm index 5083a95..9a44629 100644 --- a/exercises/word-count/WordCountTests.elm +++ b/exercises/word-count/WordCountTests.elm @@ -10,7 +10,7 @@ import WordCount exposing (wordCount) tests : Test tests = suite - "Hamming" + "Word Count" [ test "count one word" (assertEqual