Skip to content

Commit

Permalink
Update docs/details/other-components/observer.rst
Browse files Browse the repository at this point in the history
Co-authored-by: André Costa <[email protected]>
  • Loading branch information
vwheeler63 and AndreCostaaa authored Jan 28, 2025
1 parent 0952cad commit 08f6bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/details/other-components/observer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Subject and deleted from the LVGL heap. Note this is different from
lv_observer_t * observer = lv_subject_add_observer_obj(&some_subject, some_observer_cb, widget, user_data);
Like the above, once a Widget is thus assocated with an Observer, a pointer to the
Like the above, once a Widget is thus associated with an Observer, a pointer to the
Widget can be retrieved by calling :cpp:expr:`lv_observer_get_target(observer)`, e.g.
inside the callback function.

Expand Down

0 comments on commit 08f6bcf

Please sign in to comment.