diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ There are many ways to create SDS strings: output> ABC of len 3 ``` -Note: `sdslen` return value is casted to `int` because it returns a `size_t` + Note: `sdslen` return value is casted to `int` because it returns a `size_t` type. You can use the right `printf` specifier instead of casting. * The `sdsempty()` function creates an empty zero-length string: |