Browse Source

docs(descendappendrange): change subject instructions

DEV-3376-pointers-drop-the-thread-multiple-issues
Tiago Collot 2 years ago
parent
commit
a31d4a2e8c
  1. 2
      subjects/descendappendrange/README.md

2
subjects/descendappendrange/README.md

@ -6,7 +6,7 @@
- The `max` must be included, and `min` must be excluded.
- If `max` is inferior than or equal to `min`, return a `nil` value.
- If `max` is inferior than or equal to `min`, return an empty slice.
- `make()` is not allowed for this exercise.

Loading…
Cancel
Save