From 8ff778b35834770a045d9ae61f34bb88f9d30746 Mon Sep 17 00:00:00 2001 From: Shouvik Roy Date: Fri, 7 Aug 2015 21:04:20 +0530 Subject: [PATCH] Fix for #1644 Change challenge description of "Bonfire: Where art thou", to fix issue #1644. Changed description to say "an array" instead of "a list" to make it clear and less confusing. --- seed/challenges/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-bonfires.json b/seed/challenges/basic-bonfires.json index c2f19318e10..af9c9a3bd3d 100644 --- a/seed/challenges/basic-bonfires.json +++ b/seed/challenges/basic-bonfires.json @@ -608,7 +608,7 @@ "dashedName": "bonfire-where-art-thou", "difficulty": "1.55", "description": [ - "Make a function that looks through a list (first argument) and returns an array of all objects that have equivalent property values (second argument).", + "Make a function that looks through an array (first argument) and returns an array of all objects that have equivalent property values (second argument).", "Remember to use RSAP if you get stuck. Try to pair program. Write your own code." ], "challengeSeed": [