diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index 2b17bb7a3..b11c894ef 100644 --- a/exercises/practice/anagram/.docs/instructions.append.md +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions Append +## Track specific instructions + You must return the anagrams in the same order as they are listed in the candidate words. diff --git a/exercises/practice/custom-set/.docs/instructions.append.md b/exercises/practice/custom-set/.docs/instructions.append.md index 87d8501ef..742a3a2dd 100644 --- a/exercises/practice/custom-set/.docs/instructions.append.md +++ b/exercises/practice/custom-set/.docs/instructions.append.md @@ -1,3 +1,5 @@ # Instructions append +## Track specific instructions + For this exercise, please refrain from using the `gleam/set` module.