We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997e63b commit 2699543Copy full SHA for 2699543
1 file changed
exercises/concept/elons-toy-car/.docs/instructions.md
@@ -33,7 +33,7 @@ car.distanceDisplay();
33
34
## 3. Display the battery percentage
35
36
-Implement the `ElonsToyCar.batteryDisplay()` method to return the distance as displayed on the LED display:
+Implement the `ElonsToyCar.batteryDisplay()` method to return the battery percentage as displayed on the LED display:
37
38
```java
39
ElonsToyCar car = ElonsToyCar.buy();
0 commit comments