docs(obj): fix wording

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-04 13:30:27 +02:00
parent aed8473d10
commit 9b06972104

View File

@@ -240,7 +240,7 @@ Screens are created on the currently selected *default display*. The
display using :cpp:expr:`lv_disp_set_default(disp)`.
:cpp:func:`lv_scr_act`, :cpp:func:`lv_scr_load` and :cpp:func:`lv_scr_load_anim` operate
on the default screen.
on the default display.
Visit `Multi-display support </overview/display>`__ to learn more.