Skip to content

Commit 8b32741

Browse files
authored
Merge pull request #498 from skade/skade-patch-1
Fix typo drwaing -> drawing
2 parents 7030c73 + 3214514 commit 8b32741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters-backend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
```text
3434
.ensure_prepared() &&
3535
+-------------+ +-------------+ .draw_pixels() +--------------+ drop
36-
|Start drwaing|--->|Ready to draw| ------------------------+---->|Finish 1 frame| --------->
36+
|Start drawing|--->|Ready to draw| ------------------------+---->|Finish 1 frame| --------->
3737
+-------------+ +-------------+ | +--------------+
3838
^ ^ | |
3939
| +------------------------------- + |

0 commit comments

Comments
 (0)