Skip to content

Commit 1a0a3fc

Browse files
committed
fix smal typo
1 parent 8e6b360 commit 1a0a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Your friend has noticed that they don't need the arrival time in the routing inf
8080
Therefore your friend would like you to separate the arrival time from the routing information.
8181

8282
Implement a function `separateArrivalTime` that accepts an object with the routing information.
83-
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.
83+
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.
8484

8585
```javascript
8686
routeInformation= {

0 commit comments

Comments
 (0)