Skip to content

Commit d0ddd5c

Browse files
authored
Correct wording, motors -> pins
1 parent 878888c commit d0ddd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ First, you should learn to control motors by controlling the pins individually.
6666

6767
The motor should now be spinning in the opposite direction.
6868

69-
1. To stop the motor, just make sure both motors are off:
69+
1. To stop the motor, just make sure both pins are off:
7070

7171
```python
7272
a.off()

0 commit comments

Comments
 (0)