diff --git a/exercises/concept/train-driver/.docs/instructions.md b/exercises/concept/train-driver/.docs/instructions.md index 186c112501..aff9966f42 100644 --- a/exercises/concept/train-driver/.docs/instructions.md +++ b/exercises/concept/train-driver/.docs/instructions.md @@ -19,7 +19,7 @@ The function should then return the given IDs as a single `array`. ```javascript getListOfWagons(1, 7, 12, 3, 14, 8, 5); -// => [1, 7, 12, 3, 14, 8, 3] +// => [1, 7, 12, 3, 14, 8, 5] ``` ## 2. Move the first two elements to the end of the array