Skip to content

Commit 901c223

Browse files
authored
Train Driver: Fix incorrect JSDoc type (#2788)
1 parent 6366415 commit 901c223

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
@@ -7,7 +7,7 @@
77
/**
88
* Return each wagon's id in form of an array.
99
*
10-
* @param {...numbers} ids
10+
* @param {...number} ids
1111
* @returns {number[]} wagon ids
1212
*/
1313
export function getListOfWagons(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {

0 commit comments

Comments
 (0)