diff --git a/src/lib/efl/interfaces/efl_ui_progress.eo b/src/lib/efl/interfaces/efl_ui_progress.eo index 81704cc9a6..386bc41635 100644 --- a/src/lib/efl/interfaces/efl_ui_progress.eo +++ b/src/lib/efl/interfaces/efl_ui_progress.eo @@ -26,7 +26,7 @@ interface Efl.Ui.Progress { Use this call to set progress levels. - Note: If you passes a value out of the specified range for + Note: If you pass a value out of the specified range for $val, it will be interpreted as the closest of the boundary values in the range.]] set { diff --git a/src/lib/elementary/elm_progressbar_legacy.h b/src/lib/elementary/elm_progressbar_legacy.h index ed9c12667b..7cec925f02 100644 --- a/src/lib/elementary/elm_progressbar_legacy.h +++ b/src/lib/elementary/elm_progressbar_legacy.h @@ -55,7 +55,7 @@ EAPI Evas_Coord elm_progressbar_span_size_get(const Evas_Object *obj); * * Use this call to set progress bar levels. * - * @note If you passes a value out of the specified range for @c val, it will + * @note If you pass a value out of the specified range for @c val, it will * be interpreted as the closest of the boundary values in the range. * * @param[in] val The progress value (must be between $0.0 and 1.0) @@ -65,15 +65,10 @@ EAPI Evas_Coord elm_progressbar_span_size_get(const Evas_Object *obj); EAPI void elm_progressbar_value_set(Evas_Object *obj, double val); /** - * @brief Control the progress value (in percentage) on a given progress bar + * @brief Get the progress value (in percentage) on a given progress bar * widget * - * Use this call to set progress bar levels. - * - * @note If you passes a value out of the specified range for @c val, it will - * be interpreted as the closest of the boundary values in the range. - * - * @return The progress value (must be between $0.0 and 1.0) + * @return The progress value (between $0.0 and 1.0) * * @ingroup Elm_Progressbar */