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

http://git.enlightenment.org/website/www-content.git/commit/?id=5d9a4b888f24b0120ce399f2f16493b99e59d86d

commit 5d9a4b888f24b0120ce399f2f16493b99e59d86d
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Thu Sep 19 01:06:43 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 6a607bdc0..ab9dadf95 100644
--- a/pages/develop/tutorials/c/hello-world.md.txt
+++ b/pages/develop/tutorials/c/hello-world.md.txt
@@ -18,7 +18,7 @@ Using your favorite text editor, create a text file and save 
it as ``hello-world
 #include <Efl_Core.h>
 ```
 
-The new EFL API has been in Beta stage for a while, and some libraries still 
need that you define the ``EFL_BETA_API_SUPPORT`` symbols before including any 
EFL library. Don't worry, though, they should not be required any more in the 
near future.
+The new EFL API has been in Beta stage for a while, and some libraries still 
need that you define the ``EFL_BETA_API_SUPPORT`` symbol before including any 
EFL library. Don't worry, though, they should not be required any more in the 
near future.
 
 The EFL is split into several libraries. You only need to include the ones you 
actually want to use. In this tutorial you will be calling methods from the 
``Eina`` and ``Efl`` libraries, therefore you just need to include the 
``Efl_Core.h`` header which includes ``Eina.h`` and ``Efl.h``.
 

-- 


Reply via email to