From 08686b8e296bc818b1e05e434148522a9e242312 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Thu, 6 Feb 2014 16:58:08 +0100 Subject: Fix list item indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf