aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sds.c')
-rw-r--r--src/sds.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sds.c b/src/sds.c
index cee0b85..841a6ae 100644
--- a/src/sds.c
+++ b/src/sds.c
@@ -696,9 +696,6 @@ size_t sdsAllocSize(sds s) {
* user calls sdsMakeRoomFor(), writes something after the end of
* the current string, and finally needs to set the new length.
*
- * Note: it is possible to use a negative increment in order to
- * right-trim the string.
- *
* Usage example:
*
* Using sdsIncrLen() and sdsMakeRoomFor() it is possible to mount the