We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54fa7a commit eb4e602Copy full SHA for eb4e602
exercises/anagram/instructions.md
@@ -1,6 +1,6 @@
1
# Instructions
2
3
-Given a target word and some candidate words, your task is to find the candidates that are anagrams of the target.
+Given a target word and one or more candidate words, your task is to find the candidates that are anagrams of the target.
4
5
An anagram is a rearrangement of letters to form a new word: for example `"owns"` is an anagram of `"snow"`.
6
A word is _not_ its own anagram: for example, `"stop"` is not an anagram of `"stop"`.
0 commit comments