From 7f9f2755475d97451ed748aeab9f111957ff3c69 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Mon, 17 Oct 2022 15:12:14 +0100 Subject: [PATCH] docs(descendappendrange): fix instructions --- subjects/descendappendrange/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.