diff --git a/src/lib/elementary/efl_ui_position_manager_entity.eo b/src/lib/elementary/efl_ui_position_manager_entity.eo index 368e7cb034..d7a4e80c44 100644 --- a/src/lib/elementary/efl_ui_position_manager_entity.eo +++ b/src/lib/elementary/efl_ui_position_manager_entity.eo @@ -107,7 +107,7 @@ interface @beta Efl.Ui.Position_Manager.Entity extends Efl.Ui.Layout_Orientable params { current_id : uint; [[The id where the direction is oriented at]] direction : Efl.Ui.Focus.Direction; [[The direction where the new id is]] - @out index: uint; [[The relative item index after the translation has been applied.]] + @out index: uint; [[The relative item index after the translation has been applied.]] } return : bool; [[$true if there is a next item, $false otherwise.]] }