WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=660fd4e778b59bf94254566bebd0fa46bbf76954

commit 660fd4e778b59bf94254566bebd0fa46bbf76954
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Thu Sep 19 01:07:54 2019 -0700

    Wiki page hello-world.md changed with summary [Typo] by Xavi Artigas
---
 pages/develop/tutorials/c/hello-world.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/tutorials/c/hello-world.md.txt 
b/pages/develop/tutorials/c/hello-world.md.txt
index ab9dadf95..48f4fdc08 100644
--- a/pages/develop/tutorials/c/hello-world.md.txt
+++ b/pages/develop/tutorials/c/hello-world.md.txt
@@ -42,7 +42,7 @@ efl_main(void *data EINA_UNUSED, const Efl_Event *ev 
EINA_UNUSED)
 
 EFL takes care of all initialization tasks and calls your ``efl_main()`` 
method when everything is ready.
 
-At this point the parameters to ``efl_main()`` are not being used, hence the 
``EINA_UNUSED`` macro. This is optional but it gets rid of warnings regarding 
unused parameters so it's worth having. Moreover, the ``data`` argument will 
always be NULL in this tutorials.
+At this point the parameters to ``efl_main()`` are not being used, hence the 
``EINA_UNUSED`` macro. This is optional but it gets rid of warnings regarding 
unused parameters so it's worth having. Moreover, the ``data`` argument will 
always be NULL in these tutorials.
 
 ## Step Three: Print "Hello World" ##
 

-- 


Reply via email to