Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Mar 29, 2023
1 parent 069c95e commit 8550c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 │ │
│ │ │ │
Expand Down

0 comments on commit 8550c9d

Please sign in to comment.