eo: fix oops on efl_replace() documentation

This commit is contained in:
Bruno Dilly 2016-12-02 15:41:48 -02:00
parent 81a25bc83f
commit 5d54c24a4e
1 changed files with 1 additions and 1 deletions

View File

@ -1339,7 +1339,7 @@ EAPI int efl_callbacks_cmp(const Efl_Callback_Array_Item *a, const Efl_Callback_
* @param storage The object to replace the old reference. It can not be @c NULL.
* @param new_obj The new object. It may be @c NULL.
*
* The string pointed by @c storage must be previously an Eo or
* The object pointed by @a storage must be previously an Eo or
* @c NULL and it will be efl_unref(). The @a new_obj will be passed
* to efl_ref() and then assigned to @c *storage.
*