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