From 4cc88c99a307ffd61f4a407d28f669e13c644d34 Mon Sep 17 00:00:00 2001 From: tsufeki Date: Mon, 2 Oct 2023 13:46:28 +0200 Subject: [PATCH] Fix typo in canonical JSON grammar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benedykt Błaszkiewicz --- content/appendices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/appendices.md b/content/appendices.md index 59c1b1c3..cf63bc56 100644 --- a/content/appendices.md +++ b/content/appendices.md @@ -141,7 +141,7 @@ character escapes. true = %x74.72.75.65 object = %x7B [ member *( %x2C member ) ] %7D member = string %x3A value - array = %x5B [ value *( %x2C value ) ] %5B + array = %x5B [ value *( %x2C value ) ] %5D number = [ %x2D ] int int = %x30 / ( %x31-39 *digit ) digit = %x30-39