Skip to content

Commit e5c1052

Browse files
authored
Update typo in instructions.md (#2725)
* Update typo in instructions.md * Update instructions.md fix typo
1 parent eca0604 commit e5c1052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/need-for-speed/.docs/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ If a car's battery is below its battery drain percentage, you can't drive the ca
88

99
Each race track has its own distance. Cars are tested by checking if they can finish the track without running out of battery.
1010

11-
You have six tasks, each of which will work with remote controller car instances.
11+
You have six tasks, each of which will work with remote controlled car instances.
1212

1313
## 1. Creating a remote controlled car
1414

15-
Allow creating a remote controller car by defining a constructor for the `NeedForSpeed` class that takes the speed of the car in meters and the battery drain percentage as its two parameters (both of type `int`):
15+
Allow creating a remote controlled car by defining a constructor for the `NeedForSpeed` class that takes the speed of the car in meters and the battery drain percentage as its two parameters (both of type `int`):
1616

1717
```java
1818
int speed = 5;

0 commit comments

Comments
 (0)