Skip to content

Commit

Permalink
anagram: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
bencoman authored Jun 14, 2019
1 parent df8331a commit 1add764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/anagram/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "anagram",
"version": "1.4.0",
"version": "1.4.1",
"cases": [
{
"description": "no matches",
Expand Down Expand Up @@ -91,7 +91,7 @@
"expected": ["Carthorse"]
},
{
"description": "does not detect a anagram if the original word is repeated",
"description": "does not detect an anagram if the original word is repeated",
"property": "findAnagrams",
"input": {
"subject": "go",
Expand Down

0 comments on commit 1add764

Please sign in to comment.