From f9b0cb3ec4cdb48e65acfb2783b3bdb6eaf9402a Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 6 Feb 2014 16:38:14 +0100 Subject: README: sentence improved in concatenating strings sec. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf