Skip to content

Commit 96b58bb

Browse files
committed
Add missing markup to API documentation
1 parent df7a773 commit 96b58bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api.md

+2
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,11 @@ Nothing
131131

132132
#### Example
133133

134+
```
134135
YourScreen.beginDraw();
135136
YourScreen.set(0, 0, 255, 0, 0);
136137
YourScreen.endDraw();
138+
```
137139

138140
### `endDraw()`
139141

0 commit comments

Comments
 (0)