From 906cdbf78ba4ceaca9856dc13fb7a93d56256102 Mon Sep 17 00:00:00 2001 From: Shanee Vanstone Date: Fri, 29 May 2015 16:55:23 +0100 Subject: [PATCH] Description now mentions empty array in test. --- exercises/basic_map/problem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/basic_map/problem.md b/exercises/basic_map/problem.md index 6882102..931aa3c 100644 --- a/exercises/basic_map/problem.md +++ b/exercises/basic_map/problem.md @@ -16,7 +16,7 @@ module.exports = doubleAll ## Arguments -* numbers: An Array of 1 to 20 Integers between 0 and 9 +* numbers: An Array of 0 to 20 Integers between 0 and 9 ## Conditions