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

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

commit 70b850294e36c63107f7ec4cd647222e0e7cffe6
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Mon Apr 30 02:37:47 2018 -0700

    Wiki page hash-tables.md changed with summary [Use proper snippet 
indicator] by Xavi Artigas
---
 pages/develop/guides/c/eina/hash-tables.md.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/develop/guides/c/eina/hash-tables.md.txt 
b/pages/develop/guides/c/eina/hash-tables.md.txt
index ff0cb886a..142633700 100644
--- a/pages/develop/guides/c/eina/hash-tables.md.txt
+++ b/pages/develop/guides/c/eina/hash-tables.md.txt
@@ -121,11 +121,11 @@ The ``eina_hash_set()`` function does the same work as 
``eina_hash_modify()`` bu
 char *old_phone = NULL;
 // Replace the phone number of Richard Strauss
 old_phone = eina_hash_modify(phone_book, "Richard Georg Strauss", strdup("+23 
45 111-11111"));
-// ...
+[...]
 old_phone = eina_hash_set(phone_book, "Philippe de Magalhães", strdup("+33 6 
111-11111"));
-// ...
+[...]
 old_phone = eina_hash_set(phone_book, "Richard Georg Strauss", strdup("+23 45 
111-117711"));
-// ...
+[...]
 ```
 
 > **NOTE**:

-- 


Reply via email to