From bf691fd25b00bd79dc230095c7c4e91229cc505b Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Sun, 1 Nov 2015 14:22:38 -0800 Subject: [PATCH] Fix BF Diff Two Arrays Wording Closes #3529 --- seed/challenges/intermediate-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json index 9ae783a1a5..2ab69d544c 100644 --- a/seed/challenges/intermediate-bonfires.json +++ b/seed/challenges/intermediate-bonfires.json @@ -50,7 +50,7 @@ "id": "a5de63ebea8dbee56860f4f2", "title": "Diff Two Arrays", "description": [ - "Compare two arrays and return a new array with any items not found in both of the original arrays.", + "Compare two arrays and return a new array with any items only found in one of the original arrays.", "Remember to use Read-Search-Ask if you get stuck. Try to pair program. Write your own code." ], "challengeSeed": [