aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ea799f..02861c2 100644
--- a/README.md
+++ b/README.md
@@ -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: