From caf6947cab09997456dc0ef764fe3b6251641382 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 6 Feb 2014 16:18:55 +0100 Subject: README: fixed missing quote. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 161b87f..59be13c 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ This is the rules `sdscatrepr` uses for conversion: * `\` and `"` are quoted with a backslash. * It quotes special characters '\n', '\r', '\t', '\a' and '\b'. -* All the other non printable characters not passing the `isprint` test are quoted in \x..` form, that is: backslash followed by `x` followed by two digit hex number representing the character byte value. +* All the other non printable characters not passing the `isprint` test are quoted in `\x..` form, that is: backslash followed by `x` followed by two digit hex number representing the character byte value. * The function always adds initial and final double quotes characters. There is an SDS function that is able to perform the reverse conversion and is -- cgit v1.2.3-54-g00ecf