From b13b3c33fbf5ae70dd35fd0e775951ddb03dbfcf Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Wed, 20 Nov 2024 23:50:00 -0500 Subject: [PATCH] Documentation (#1091) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8b1eeb35..740e7c3e 100644 --- a/readme.md +++ b/readme.md @@ -337,7 +337,7 @@ The following table lists the supported Json types. These types are fully compat │ }), │ y: number │ required: ['x'], │ │ Type.Object({ │ } │ properties: { │ │ y: Type.Number() │ │ x: { │ -│ ]) │ │ type: 'number' │ +│ }) │ │ type: 'number' │ │ ]) │ │ } │ │ │ │ } │ │ │ │ }, { │