diff --git a/subjects/descendappendrange/README.md b/subjects/descendappendrange/README.md index 8db66e8d..08da2d82 100644 --- a/subjects/descendappendrange/README.md +++ b/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.