WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=d973a7a8d2ac409a500ac09925e2a23e54d3efeb
commit d973a7a8d2ac409a500ac09925e2a23e54d3efeb Author: Xavi Artigas <[email protected]> Date: Mon Nov 20 01:25:25 2017 -0800 Wiki page hello-world.md changed with summary [Remove mention of "Next tutorial"] by Xavi Artigas --- pages/develop/tutorial/c/hello-world.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorial/c/hello-world.md.txt index 301a7341..f39d7bcb 100644 --- a/pages/develop/tutorial/c/hello-world.md.txt +++ b/pages/develop/tutorial/c/hello-world.md.txt @@ -44,7 +44,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. -The [next tutorial](TODO: Link to next tutorial) will focus on the ``efl_main()`` parameters. In this one they're 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. +This tutorial does not used the parameters to ``efl_main()``, hence the ``EINA_UNUSED`` macro. This is optional but it gets rid of warnings regarding unused parameters so it's worth having. ## Step Three: Print "Hello World" ## --
