Skip to content

Commit

Permalink
anagram: fix typo s/insensitve/insensitive/
Browse files Browse the repository at this point in the history
  • Loading branch information
petertseng committed Jul 30, 2016
1 parent ed4a686 commit cef16c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"expected": ["carthorse"]
},
{
"description": "detects anagrams using case-insensitve possible matches",
"description": "detects anagrams using case-insensitive possible matches",
"subject": "orchestra",
"candidates": ["cashregister", "Carthorse", "radishes"],
"expected": ["Carthorse"]
Expand Down

0 comments on commit cef16c4

Please sign in to comment.