From 1add7644b75fa26e524668eb1013d53e330f143c Mon Sep 17 00:00:00 2001 From: Ben Coman Date: Fri, 14 Jun 2019 12:25:25 +0800 Subject: [PATCH] anagram: grammar --- exercises/anagram/canonical-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/anagram/canonical-data.json b/exercises/anagram/canonical-data.json index 672059dd2a..ba7f66fa2d 100644 --- a/exercises/anagram/canonical-data.json +++ b/exercises/anagram/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "anagram", - "version": "1.4.0", + "version": "1.4.1", "cases": [ { "description": "no matches", @@ -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",