From 8550c9d4b7692f8b989766509265634f136ff076 Mon Sep 17 00:00:00 2001 From: sinclair Date: Wed, 29 Mar 2023 14:21:32 +0900 Subject: [PATCH] Documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 494f001..1aeec65 100644 --- a/readme.md +++ b/readme.md @@ -447,7 +447,7 @@ The following table lists the Standard TypeBox types. These types are fully comp │ const A = Type.Object({ │ type A = { │ const T = { │ │ x: Type.Number(), │ x: number, │ $ref: 'A' │ │ y: Type.Number() │ y: number │ } │ -│ }, { $id: 'T' }) | } │ │ +│ }, { $id: 'A' }) | } │ │ │ │ │ │ │ const T = Type.Ref(A) │ type T = A │ │ │ │ │ │