Skip to content

Commit 50631fd

Browse files
author
Daniel Mita
authored
Merge pull request #1280 from mienaikage/remove-anagram-comment
anagram: Remove comment from canonical data
2 parents 49c2460 + 725b767 commit 50631fd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

exercises/anagram/canonical-data.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"exercise": "anagram",
3-
"version": "1.2.0",
4-
"comments": [
5-
"The string argument cases possible matches are passed in as",
6-
"individual arguments rather than arrays. Languages can include",
7-
"these string argument cases if passing individual arguments is",
8-
"idiomatic in that language."
9-
],
3+
"version": "1.2.1",
104
"cases": [
115
{
126
"description": "no matches",

0 commit comments

Comments
 (0)