diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json b/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json index fe3f6a3282..0e2f77a5f0 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json @@ -8,7 +8,7 @@ "id": "a3566b1109230028080c9345", "title": "Sum All Numbers in a Range", "description": [ - "We'll pass you an array of two numbers. Return the sum of those two numbers and all numbers between them.", + "We'll pass you an array of two numbers. Return the sum of those two numbers plus the sum of all the numbers between them.", "The lowest number will not always come first.", "Remember to use Read-Search-Ask if you get stuck. Try to pair program. Write your own code." ],