diff --git a/exercises/concept/locomotive-engineer/.docs/instructions.md b/exercises/concept/locomotive-engineer/.docs/instructions.md index 3d291e181e..685f9c59c9 100644 --- a/exercises/concept/locomotive-engineer/.docs/instructions.md +++ b/exercises/concept/locomotive-engineer/.docs/instructions.md @@ -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.