WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c7b1be1c70b6d1e95ad70c6461b0c88be5f3e675
commit c7b1be1c70b6d1e95ad70c6461b0c88be5f3e675 Author: Nate Drake <nate.dr...@gmx.com> Date: Fri Dec 1 07:27:17 2017 -0800 Wiki page start.md changed with summary [] by Nate Drake --- pages/develop/guides/c/eina/start.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/guides/c/eina/start.md.txt b/pages/develop/guides/c/eina/start.md.txt index 7cfd747f9..aa046b66f 100644 --- a/pages/develop/guides/c/eina/start.md.txt +++ b/pages/develop/guides/c/eina/start.md.txt @@ -8,7 +8,7 @@ ``Eina`` provides data types and useful tools. -The ``Eina`` library implements an *application programming interface (API)* for data types in an efficient way. It also provides some useful tools for tasks including opening shared libraries, error management, type conversion, time accounting, and memory pool. +The ``Eina`` library implements an *application programming interface (API)* for data types in an efficient way. It also provides some useful tools for tasks including opening shared libraries, error management, type conversion, time accounting, and memory pools. ## Contents ## --