WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=92017067fdfc646b5d1bd27e91368a48ad5508f4
commit 92017067fdfc646b5d1bd27e91368a48ad5508f4 Author: Xavi Artigas <[email protected]> Date: Wed Nov 15 03:18:25 2017 -0800 Wiki page eo-classes.md changed with summary [Use gerund in titles] by Xavi Artigas --- pages/develop/tutorial/c/eo-classes.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/develop/tutorial/c/eo-classes.md.txt b/pages/develop/tutorial/c/eo-classes.md.txt index f9e139e0..ebe41636 100644 --- a/pages/develop/tutorial/c/eo-classes.md.txt +++ b/pages/develop/tutorial/c/eo-classes.md.txt @@ -1,8 +1,8 @@ --- -~~Title: Create New Classes with Eolian~~ +~~Title: Creating New Classes with Eolian~~ --- -# Create New Classes with Eolian # +# Creating New Classes with Eolian # The [Introduction to Eo](eo-intro.md) tutorial explained how to instantiate Eo objects of a given class using ``efl_add()``. The present tutorial shows how to create new classes so new kinds of objects can be instantiated. --
