WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c1d592d31bd088c999bb11ee6f3d48d37d3326d2
commit c1d592d31bd088c999bb11ee6f3d48d37d3326d2 Author: Xavi Artigas <[email protected]> Date: Mon Nov 20 01:21:14 2017 -0800 Wiki page eo-classes.md changed with summary [microtypo] by Xavi Artigas --- pages/develop/tutorial/c/eo-classes.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorial/c/eo-classes.md.txt b/pages/develop/tutorial/c/eo-classes.md.txt index 68039095..c21280c6 100644 --- a/pages/develop/tutorial/c/eo-classes.md.txt +++ b/pages/develop/tutorial/c/eo-classes.md.txt @@ -220,7 +220,7 @@ _example_rectangle_area(Eo *obj EINA_UNUSED, Example_Rectangle_Data *pd) } ``` -Your class is now complete. but you can't test it until you write some code which uses it. +Your class is now complete, but you can't test it until you write some code which uses it. ## Step Three: Using the New Class ## --
