Skip to content

Commit 8c4d423

Browse files
authored
Update instructions for clarity on the setup. (exercism#2225)
1 parent 37dba5f commit 8c4d423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/remote-control-competition/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TestTrack.race(new ExperimentalRemoteControlCar());
1818

1919
## 2. Enable the distance travelled by different models on the test track to be compared
2020

21-
Please add a method to the `RemoteControlCar` interface to encapsulate the behavior of the `getDistanceTravelled()` method for the two types of car.
21+
Please add a method to the `RemoteControlCar` interface to encapsulate the behavior of the `getDistanceTravelled()` method for the two types of car. Notice that the Experimental model has a different speed than the Production model.
2222

2323
```java
2424
ProductionRemoteControlCar prod = new ProductionRemoteControlCar();

0 commit comments

Comments
 (0)