diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index e21817ca3..170e7aec3 100644 --- a/exercises/practice/anagram/.docs/instructions.append.md +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -1,4 +1,6 @@ # Implementation +You must return the anagrams in the same order as they are listed in the candidate words. + Unlike other tracks, the Go version of the exercise includes test cases that use UTF-8 (non-ASCII) characters in the strings. -However, with Go's first-class support for UTF-8 given by the `rune` type, that should not bother you too much. +However, with Go's first-class support for UTF-8 given by the `rune` type, that should not bother you too much. \ No newline at end of file