From 6884937803df44bbfac2590e106b89fdecd88cfb Mon Sep 17 00:00:00 2001 From: ronvoluted <5785323+ronvoluted@users.noreply.github.com> Date: Sun, 12 Apr 2026 16:44:18 +1000 Subject: [PATCH] docs(need-for-speed): Update instructions for clarity --- exercises/concept/need-for-speed/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/need-for-speed/.docs/instructions.md b/exercises/concept/need-for-speed/.docs/instructions.md index e5c478efa..298408aea 100644 --- a/exercises/concept/need-for-speed/.docs/instructions.md +++ b/exercises/concept/need-for-speed/.docs/instructions.md @@ -45,7 +45,7 @@ car.distanceDriven(); ## 4. Check for a drained battery -Update the `NeedForSpeed.drive()` method to drain the battery based on the car's battery drain. Also, implement the `NeedForSpeed.batteryDrained()` method that indicates if the battery is drained: +Update the `NeedForSpeed.drive()` method to drain the battery based on the car's battery drain. Also, implement the `NeedForSpeed.batteryDrained()` method that indicates if the battery is too drained to drive: ```java int speed = 5;