aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-02-06 16:38:14 +0100
committerantirez <antirez@gmail.com>2014-02-06 16:38:14 +0100
commitf9b0cb3ec4cdb48e65acfb2783b3bdb6eaf9402a (patch)
treeea41b83d0eed96f40e3868e9761d2e1f75e851fd
parent219c9c13be51ea0d1908bf6f89b15ae38582cb63 (diff)
downloadsds-f9b0cb3ec4cdb48e65acfb2783b3bdb6eaf9402a.tar.xz
README: sentence improved in concatenating strings sec.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff91ebb..c0ea8da 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ Concatenating strings
Concatenating strings to other strings is likely the operation you will end
using the most with a dynamic C string library. SDS provides different
-functions to do concatenate to existing strings:
+functions to concatenate strings to existing strings.
sds sdscatlen(sds s, const void *t, size_t len);
sds sdscat(sds s, const char *t);