1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

docs(bar) fix typos in widget examples (#2463)

This commit is contained in:
Carlos Diaz 2021-08-18 10:26:09 -05:00 committed by GitHub
parent bb6d6b7799
commit 4642dd30c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@ Stripe pattern and range value
.. lv_example:: widgets/bar/lv_example_bar_4
:language: c
Bar with RTL and RTL base direction
Bar with LTR and RTL base direction
""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/bar/lv_example_bar_5
:language: c
Custom drawr to show the current value
Custom drawer to show the current value
"""""""""""""""""""""""""""""""""""""""
.. lv_example:: widgets/bar/lv_example_bar_6