Skip to content

Commit

Permalink
remove the mention of lists in the instructions append
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Dec 2, 2024
1 parent 7920562 commit a9643cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/sublist/.docs/instructions.append.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This appendix provides additional clarification or modifies the instructions as
~~~~

For this exercise in the Clojure track, you may **assume the input is a vector**, as indicated by the tests.
However, this is not a strict requirement; you are free to treat the input as any sequential collection, without assuming it is specifically a list or a vector.
However, this is not a strict requirement; you are free to treat the input as a sequential collection, without assuming it is specifically a vector.

0 comments on commit a9643cd

Please sign in to comment.