diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sds.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |