aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Chestnykh <dmitry@codingrobots.com>2014-02-06 16:58:08 +0100
committerDmitry Chestnykh <dmitry@codingrobots.com>2014-02-06 16:58:08 +0100
commit08686b8e296bc818b1e05e434148522a9e242312 (patch)
tree45a6bb6f4f06b8d28b19dc833b43958a6b79a511
parentc636fc6cd25e455a75dca24ac08ba736f62db6c8 (diff)
downloadsds-08686b8e296bc818b1e05e434148522a9e242312.tar.xz
Fix list item indentation
-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: