Skip to content

Commit c0468db

Browse files
authored
fix(curriculum): Spreadsheet Clarify range instructions (freeCodeCamp#55747)
1 parent 30ffa71 commit c0468db

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-functional-programming-by-building-a-spreadsheet

1 file changed

+1
-1
lines changed

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-functional-programming-by-building-a-spreadsheet/646d4a8dbc04c6d6bb0001f8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: step-103
77

88
# --description--
99

10-
Add a `range` property which generates a range from `nums`. Remember that you have a `range` function you can reuse here.
10+
Add a `range` property which generates a range from the first number in `nums` to the second number in `nums`. Remember that you have a `range` function you can reuse here.
1111

1212
# --hints--
1313

0 commit comments

Comments
 (0)