From 16c3fed751445d891fef8d548d0d87781234bfb8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:56:31 +0200 Subject: [PATCH] Fix typos in CHANGES --- CHANGES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 8eb7bbe9..d86fd5ff 100644 --- a/CHANGES +++ b/CHANGES @@ -524,7 +524,7 @@ Released 2012-09-23 - Add `json_load_callback()` that calls a callback function repeatedly to read the JSON input (#57). - - Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of + - Add JSON_ESCAPE_SLASH encoding flag to escape all occurrences of ``/`` with ``\/``. * Bug fixes: @@ -642,7 +642,7 @@ Released 2011-10-06 * Documentation: - - Clarify the lifecycle of the result of the ``s`` fromat of + - Clarify the lifecycle of the result of the ``s`` format of `json_unpack()`. (#31) - Add some portability info. (#36) @@ -688,7 +688,7 @@ Released 2011-06-10 value. By default, only arrays and objects can be encoded. (#19) - Add ``JSON_REJECT_DUPLICATES`` decoding flag to issue a decoding - error if any JSON object in the input contins duplicate keys. (#3) + error if any JSON object in the input contains duplicate keys. (#3) - Add ``JSON_DISABLE_EOF_CHECK`` decoding flag to stop decoding after a valid JSON input. This allows other data after the JSON data. @@ -751,7 +751,7 @@ details. * Backwards incompatible changes: - - Unify unsigned integer usage in the API: All occurences of + - Unify unsigned integer usage in the API: All occurrences of unsigned int and unsigned long have been replaced with size_t. - Change JSON integer's underlying type to the widest signed integer @@ -820,7 +820,7 @@ Released 2010-06-13 * Bug fixes: - - Fix an error that occured when an array or object was first + - Fix an error that occurred when an array or object was first encoded as empty, then populated with some data, and then re-encoded