docs(descendappendrange): fix instructions

This commit is contained in:
Tiago Collot 2022-10-17 15:12:14 +01:00
parent 3102b64701
commit 7f9f275547
1 changed files with 1 additions and 1 deletions

View File

@ -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.