diff options
Diffstat (limited to 'strings/json_lib.c')
-rw-r--r-- | strings/json_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/json_lib.c b/strings/json_lib.c index 9b5cc2f5128..57ac3eb15b6 100644 --- a/strings/json_lib.c +++ b/strings/json_lib.c @@ -185,7 +185,7 @@ static int read_array(json_engine_t *j) /* Character classes inside the JSON string constant. We mostly need this to parse escaping properly. - Escapings availabe in JSON are: + Escapings available in JSON are: \" - quotation mark \\ - backslash \b - backspace UNICODE 8 |