Skip to content

Commit 0e6b32f

Browse files
committed
Replace weird Unicode quotes with ASCII ones
1 parent b015b6d commit 0e6b32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/kit/arduino.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The reset button
1818
----------------
1919

2020
The reset button allows you to instantly reboot the Arduino in case it
21-
isnt working. This is not a guaranteed fix, but may solve some
21+
isn't working. This is not a guaranteed fix, but may solve some
2222
problems.
2323

2424
GPIO Pins
@@ -44,7 +44,7 @@ The sensor has four pin connections: ground, 5V (sometimes labelled
4444
pin is which. The ground and 5V should be wired to the ground and 5V
4545
pins of the Arduino respectively. The trigger and echo pins should be
4646
attached to two different digital IO pins. Take note of these two pins,
47-
youll need them to use the sensor.
47+
you'll need them to use the sensor.
4848

4949
.. Hint:: If the sensor always returns a distance of zero, it might mean the *trigger* and *echo* pins are connected the wrong way! Either change the pin numbers in the code, or swap the connections.
5050

0 commit comments

Comments
 (0)