Skip to content

Commit 2699543

Browse files
authored
elons-toy-car: update instructions for battery display (exercism#2117)
1 parent 997e63b commit 2699543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/elons-toy-car/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ car.distanceDisplay();
3333

3434
## 3. Display the battery percentage
3535

36-
Implement the `ElonsToyCar.batteryDisplay()` method to return the distance as displayed on the LED display:
36+
Implement the `ElonsToyCar.batteryDisplay()` method to return the battery percentage as displayed on the LED display:
3737

3838
```java
3939
ElonsToyCar car = ElonsToyCar.buy();

0 commit comments

Comments
 (0)