Skip to content

Commit

Permalink
fix comment (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
UjfaA authored Oct 12, 2023
1 parent 5319d36 commit ddeb7bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void nitro_has_correct_battery_drain() {
public void nitro_battery_completely_drains() {
var car = NeedForSpeed.nitro();

// The battery is almost drained
// The battery is drained
for (var i = 0; i < 25; i++) {
car.drive();
}
Expand Down

0 comments on commit ddeb7bf

Please sign in to comment.