From 9ed9afc86c57adf0e90eafdead799307d2d47fa7 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. --- challenges/basic-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/basic-bonfires.json b/challenges/basic-bonfires.json index c2f19318e1..af9c9a3bd3 100644 --- a/challenges/basic-bonfires.json +++ b/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": [