Skip to content

Commit ab4c4e5

Browse files
authored
Update train-driver.js (#2684)
1 parent 00b22c8 commit ab4c4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/train-driver/train-driver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function getListOfWagons(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
1818
* Reorder the array of wagons by moving the first 2 wagons to the end of the array.
1919
*
2020
* @param {Iterable<number>} ids
21-
* @returns {number[]} reorderd list of wagons
21+
* @returns {number[]} reordered list of wagons
2222
*/
2323
export function fixListOfWagons(ids) {
2424
throw new Error('Please implement the fixListOfWagons function');

0 commit comments

Comments
 (0)