Skip to content

Commit eb4e602

Browse files
committed
Change "some" to "one or more"
1 parent f54fa7a commit eb4e602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/anagram/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instructions
22

3-
Given a target word and some candidate words, your task is to find the candidates that are anagrams of the target.
3+
Given a target word and one or more candidate words, your task is to find the candidates that are anagrams of the target.
44

55
An anagram is a rearrangement of letters to form a new word: for example `"owns"` is an anagram of `"snow"`.
66
A word is _not_ its own anagram: for example, `"stop"` is not an anagram of `"stop"`.

0 commit comments

Comments
 (0)