Skip to content

Commit

Permalink
fix smal typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Nov 12, 2022
1 parent 8e6b360 commit e114db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/train-driver/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Your friend has noticed that they don't need the arrival time in the routing inf
Therefore your friend would like you to separate the arrival time from the routing information.

Implement a function `separateArrivalTime` that accepts an object with the routing information.
The function should return an array there the first elment of the arrival time and the second element is an object with the routing information.
The function should return an array there the first elment of they array is the arrival time and the second element is an object with the routing information without arrivaltime.

```javascript
routeInformation= {
Expand Down

0 comments on commit e114db9

Please sign in to comment.