WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b4adf7be7b181c791f462a1288d313f79cccddcb
commit b4adf7be7b181c791f462a1288d313f79cccddcb Author: Paul <[email protected]> Date: Tue Nov 7 06:36:29 2017 -0800 Wiki page strings.md changed with summary [] by Paul --- pages/eina-programming-guide/strings.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/eina-programming-guide/strings.md.txt b/pages/eina-programming-guide/strings.md.txt index 2b81a2fc..81ddc0ad 100644 --- a/pages/eina-programming-guide/strings.md.txt +++ b/pages/eina-programming-guide/strings.md.txt @@ -160,7 +160,7 @@ eina_strbuf_free(mybuffer); ## Further Reading ## [Stringshare API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__Stringshare__Group.html) -: A list of the functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. +: The functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. * [String Buffer API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__String__Buffer__Group.html) --
