diff options
author | Dmitry Chestnykh <dmitry@codingrobots.com> | 2014-02-06 16:58:08 +0100 |
---|---|---|
committer | Dmitry Chestnykh <dmitry@codingrobots.com> | 2014-02-06 16:58:08 +0100 |
commit | 08686b8e296bc818b1e05e434148522a9e242312 (patch) | |
tree | 45a6bb6f4f06b8d28b19dc833b43958a6b79a511 | |
parent | c636fc6cd25e455a75dca24ac08ba736f62db6c8 (diff) | |
download | sds-08686b8e296bc818b1e05e434148522a9e242312.tar.xz |
Fix list item indentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |