docs(details): fix typos (#7484)

Signed-off-by: bjsylvia <bjsylvia@163.com>
This commit is contained in:
bjsylvia
2024-12-20 11:06:28 +08:00
committed by GitHub
parent 019bfa4415
commit a903fc3d75
14 changed files with 19 additions and 19 deletions

View File

@@ -178,7 +178,7 @@ To unsubscribe a widget from a given or all subject use:
.. code-block:: c
lv_obj_remove_from_subject(widget, subject); /* `subject` can be NULL to unsubcribe from all */
lv_obj_remove_from_subject(widget, subject); /* `subject` can be NULL to unsubscribe from all */
.. _observer_subject_groups: