WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=0e84affb0b107dbafa5d485f891456a1debd8318
commit 0e84affb0b107dbafa5d485f891456a1debd8318 Author: Xavi Artigas <[email protected]> Date: Wed Nov 15 02:19:48 2017 -0800 Wiki page eo-classes.md changed with summary [area method snippet is not C code] 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 c29cf7ec..45e9e5ed 100644 --- a/pages/develop/tutorial/c/eo-classes.md.txt +++ b/pages/develop/tutorial/c/eo-classes.md.txt @@ -98,7 +98,7 @@ And do the same thing for the ``height`` property, right after the ``width`` blo Finally, add a method to calculate the ``area`` of the rectangle, after the ``height`` property: -```c +``` area { params { } --
