Wiki page hello-world.md changed with summary [Proofreading by Nate Pass 2] by Nate Drake

This commit is contained in:
Nate Drake 2017-10-27 04:00:27 -07:00 committed by apache
parent 2d7e89571f
commit aad30d6399
1 changed files with 1 additions and 1 deletions

View File

@ -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 ###