Skip to content

Commit 7e6c7f7

Browse files
authored
Fixed Spelling error (#67)
1 parent e3b8438 commit 7e6c7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documents/HowToWork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Widgets management include:
1313
- Dispatch/Response intput message: By analysis the location information from the message, GuiLite would find the widget which should be reponse, and call response function(e.g, on_mouse_click, on_keyboard_click)
1414
- Dispatch/Response customer message: By analysis the ID of message, GuiLite would find response funciotn, and calll it(: on_timer, on_custmer_refresh)
1515

16-
Rendring include:
16+
Rendering include:
1717
- Draw pixel, line, rect
1818
- Set frame layer; While your drawing, you should input frame layer index to make your drawing at a specific layer
1919
- Update frame layer; While frame layer changed(e.g, open/close dialog), GuiLite would determine which pixel of frame layer should be display on screen

0 commit comments

Comments
 (0)