diff --git a/subjects/descendappendrange/README.md b/subjects/descendappendrange/README.md index 8eba10ab..39b6b17d 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 an empty slice. +- If `max` is inferior than or equal to `min`, return a `nil` value. - `make()` is not allowed for this exercise.