diff --git a/src/lib/eio/efl_io_manager.eo b/src/lib/eio/efl_io_manager.eo index b8ed9002e2..39c89c3077 100644 --- a/src/lib/eio/efl_io_manager.eo +++ b/src/lib/eio/efl_io_manager.eo @@ -41,7 +41,7 @@ class Efl.Io.Manager (Efl.Loop_User) @in path: string;[[Path we want to list entries for]] @in recursive: bool; [[If $true, list entries recursively, $false otherwise]] } - return: future)>; [[List of entries in path]] + return: future)>; [[List of entries in path]] } stat_ls { @@ -50,7 +50,7 @@ class Efl.Io.Manager (Efl.Loop_User) @in path: string;[[Path we want to list entries for]] @in recursive: bool; [[If $true, list entries recursively, $false otherwise]] } - return: future)>; [[List of entries in path]] + return: future)>; [[List of entries in path]] } // Extended attributes