WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f91627356e44b4251b6bce6f1c1a31cc912f0457
commit f91627356e44b4251b6bce6f1c1a31cc912f0457 Author: Paul <[email protected]> Date: Tue Nov 7 06:47:06 2017 -0800 Wiki page strings.md changed with summary [] by Paul --- pages/eina-programming-guide/strings.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/eina-programming-guide/strings.md.txt b/pages/eina-programming-guide/strings.md.txt index d7a1fc56..56024b9a 100644 --- a/pages/eina-programming-guide/strings.md.txt +++ b/pages/eina-programming-guide/strings.md.txt @@ -166,10 +166,10 @@ eina_strbuf_free(mybuffer); : The functions that allow you to store a single copy of a string, and use it in multiple places throughout your program. [Stringshare Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_stringshare_01_8c-example.html) -: Example code showing how to use Streamshares. +: Example code showing how to use Stringshares. [String Buffer API](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/group__Eina__String__Buffer__Group.html) : The functions that provide string buffers management. [String Buffer Example](https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eina_strbuf_01_8c-example.html) -: Example code showing how to use Stream Buffers. \ No newline at end of file +: Example code showing how to use String Buffers. \ No newline at end of file --
