Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions exercises/concept/locomotive-engineer/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ LocomotiveEngineer.add_missing_stops({from: "New York", to: "Miami"},
# => {from: "New York", to: "Miami", stops: ["Washington, DC", "Charlotte", "Atlanta", "Jacksonville", "Orlando"]}
```

~~~~exercism/note
The stops will always be passed in the correct order, so you don’t need to worry about sorting them.
~~~~

## 4. Extend routing information

Linus has been working on the routing program and has noticed that certain routes are missing some important details.
Expand Down