aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3d9a4e..49cb3b8 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,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: