Skip to content

Commit 9e66e58

Browse files
committed
comment typo fixed
1 parent d13d2b4 commit 9e66e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunHouse_Parking/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from adafruit_funhouse import FunHouse
1111

1212
SLOW_DISTANCE = 30 # distance (in centimeters) when you should slow
13-
STOP_DISTANCE = 8 # distnace when you should hit those brakes
13+
STOP_DISTANCE = 8 # distance when you should hit those brakes
1414

1515
GREEN = 0x00FF00
1616
AMBER = 0xF0D000

0 commit comments

Comments
 (0)