docs: Fix eo_add -> efl_add

This commit is contained in:
Andy Williams 2018-01-03 14:44:39 +00:00
parent 24bdcd43f8
commit d280ab7410
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ abstract Efl.Object ()
]]
}
finalize {
[[Called at the end of #eo_add. Should not be called, just overridden.]]
[[Called at the end of efl_add. Should not be called, just overridden.]]
return: Efl.Object; [[The new object created, can be NULL if aborting]]
}
name_find @const {