diff --git a/seed_data/bonfires.json b/seed_data/bonfires.json index b95c4ba83c6..b90a25a1a93 100644 --- a/seed_data/bonfires.json +++ b/seed_data/bonfires.json @@ -110,7 +110,7 @@ "name": "Return Largest Numbers in Arrays", "difficulty": "1.06", "description": [ - "Return an array consisting of the largest numbers in the provided array. The array will contain 4 sub-arrays.", + "Return an array consisting of the largest number from each provided sub-array. For simplicity, the provided array will contain exactly 4 sub-arrays.", "Remember, you can iterate through an array with a simple for loop, and access each member with array syntax arr[i] .", "If you are writing your own Chai.js tests, be sure to use a deep equal statement instead of an equal statement when comparing arrays." ],