Skip to content

Commit 259aeb2

Browse files
AdimotePeterJCLaw
andauthored
True/False -> True/False
Co-authored-by: Peter Law <[email protected]>
1 parent 2353428 commit 259aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/simulator_programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The LEDs are attached to digital pins 3-4:
124124
| 3 | Red (lower) | `OUTPUT` |
125125
| 4 | Green (upper) | `OUTPUT` |
126126

127-
Using the `digital_write` method, you can set these to True (On) or False (Off).
127+
Using the `digital_write` method, you can set these to `True` (On) or `False` (Off).
128128

129129
### Vision
130130

0 commit comments

Comments
 (0)