docs: Fix exmplanation for edje_file_iterator

This commit is contained in:
Andy Williams 2018-01-03 09:19:54 +00:00
parent 0ccf813112
commit c82d565c48
1 changed files with 2 additions and 2 deletions

View File

@ -1767,9 +1767,9 @@ EAPI Eina_Bool edje_mmap_group_exists(Eina_File *f, const char *glob);
EAPI Eina_Bool edje_mmap_3d_has(Eina_File *f, const char *group);
/**
* @brief Iterates over all the opened Edje file.
* @brief Iterates over all the opened Edje files.
*
* @return an iterator of Eina_File currently opened Edje file.
* @return an iterator of Eina_File for all currently open Edje files.
*
* @since 1.14
*/