mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-27 10:24:16 +08:00
docs(intro): fix typos (#7485)
Signed-off-by: bjsylvia <bjsylvia@163.com>
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ Arguments that are expressions (more than one word), or contain non-alphanumeric
|
||||
:cpp:expr:`lv_obj_set_layout(*widget, LV_LAYOUT_FLEX)` <== asterisk
|
||||
:cpp:expr:`lv_obj_set_layout((lv_obj_t *)widget, LV_LAYOUT_FLEX)` <== cast
|
||||
:cpp:expr:`lv_obj_set_layout(&widget, LV_LAYOUT_FLEX);` <== ampersand & semicolon
|
||||
:cpp:expr:`lv_obj_set_layout(widget, ...)` <== lone elipsis
|
||||
:cpp:expr:`lv_obj_set_layout(widget, ...)` <== lone ellipsis
|
||||
|
||||
For such examples, simply use reStructuredText literal markup like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user