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

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

commit aad30d6399f8a900967bf2b6cf9d9a238d3c6bc4
Author: Nate Drake <nate.dr...@gmx.com>
Date:   Fri Oct 27 04:00:27 2017 -0700

    Wiki page hello-world.md changed with summary [Proofreading by Nate Pass 2] 
by Nate Drake
---
 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 9c21b8c6..fdeaf9a3 100644
--- a/pages/develop/tutorial/c/hello-world.md.txt
+++ b/pages/develop/tutorial/c/hello-world.md.txt
@@ -60,7 +60,7 @@ The EFL is split into several libraries. You only need to 
include the ones you a
 
 If you're not sure which libraries your program is actually using, just look 
at the prefix of the EFL methods and macros. In this case, we're using 
``eina_``, ``EINA_``, ``efl_`` and ``EFL_``.
 
-We will cover this in more depth in a later tutorial but feel free to take a 
look at the [List of EFL libraries](list-of-efl-libraries.md) article to 
discover the purpose of each one if you wish. 
+You will explore the EFL libraries in greater depth in later tutorials. In the 
meantime, visit the [List of EFL libraries](list-of-efl-libraries.md) for an 
overview of the purpose of each one. 
 
 ### Main function ###
 

-- 


Reply via email to