docs(intro): fix typos (#7485)

Signed-off-by: bjsylvia <bjsylvia@163.com>
This commit is contained in:
bjsylvia
2024-12-20 11:06:56 +08:00
committed by GitHub
parent a903fc3d75
commit 0756895382
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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: