aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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);