Skip to content

Commit 439ddd2

Browse files
committed
Update instructions.md
1 parent fb96f63 commit 439ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/train-driver/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To practice, use the rest or spread operator to solve each of the tasks below.
1212

1313
Your friend has been keeping track of each wagon identifier. Although they are not sure how many wagons and would like the data to be returned as an array.
1414

15-
Implement a function `getListOfWagons` that accepts an unknown amount of positive integer that contains the id of each wagon.
15+
Implement a function `getListOfWagons` that accepts an unknown amount of positive integers that contains the id of each wagon.
1616
It should return an array of all the wagon ids.
1717

1818
```javascript

0 commit comments

Comments
 (0)