From f3cefa71aad9d5edd22f84b9d92f668c4afb7f00 Mon Sep 17 00:00:00 2001 From: Jason Jiang Date: Tue, 26 Jan 2016 15:28:53 +1300 Subject: [PATCH] Correct the array description of Chunky Monkey The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional. The change has been made in both English and Spanish. --- .../basic-bonfires.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json index f5e47012ac..075eb5fd1e 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -413,7 +413,7 @@ { "id": "a9bd25c716030ec90084d8a1", "description": [ - "Write a function that splits an array (first argument) into groups the length of size (second argument) and returns them as a multidimensional array.", + "Write a function that splits an array (first argument) into groups the length of size (second argument) and returns them as a two-dimensional array.", "Remember to use Read-Search-Ask if you get stuck. Write your own code." ], "challengeSeed": [ @@ -445,7 +445,7 @@ "challengeType": 5, "nameEs": "En mil pedazos", "descriptionEs": [ - "Escribe una función que parta un arreglo (primer argumento) en fragmentos de una longitud dada (segundo argumento) y los devuelva en forma de un arreglo multidimensional.", + "Escribe una función que parta un arreglo (primer argumento) en fragmentos de una longitud dada (segundo argumento) y los devuelva en forma de un arreglo bidimensional.", "Recuerda utilizar Read-Search-Ask si te sientes atascado. Intenta programar en pareja. Escribe tu propio código." ] },