Skip to content

Commit e1d5292

Browse files
authored
Fix typo in bitmap drawing example
Corrected a typo in the README regarding bitmap drawing.
1 parent d1cbeb6 commit e1d5292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ screen().drawTransparentBitmap(orangeBox, 32, 32)
467467
#### Drawing to a bitmap
468468

469469
All the functions we previously reviewed for drawing to the
470-
screen can also be applied to a bitmap. For example, the orange border in a bitmap can be created as followsL
470+
screen can also be applied to a bitmap. For example, the orange border in a bitmap can be created as follows:
471471

472472
```block
473473
let orangeBox = bitmaps.create(32, 32)

0 commit comments

Comments
 (0)