From a6963aa75d294ff094fead29304a2aab3cf70cc6 Mon Sep 17 00:00:00 2001 From: sinclair Date: Wed, 27 Nov 2024 02:42:53 +0900 Subject: [PATCH] Documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f6f3a576..0d1f9f0b 100644 --- a/readme.md +++ b/readme.md @@ -1022,7 +1022,7 @@ if(TypeGuard.IsString(T)) { ## Syntax Types -Syntax Types is a feature that enables TypeBox to parse TypeScript type annotations directly into Json Schema. This feature works both at runtime and statically within the type system. Syntax Types use Json Schema as the Abstract Syntax Tree (AST) parse target for TypeScript types. Syntax Types are designed to offer a syntactical frontend to the standard Type Builder API. +Syntax Types is a feature that enables TypeBox to parse TypeScript type annotations directly into Json Schema. This feature works both at runtime and statically within the type system. Syntax Types use Json Schema as the Abstract Syntax Tree (AST) representation for TypeScript types. Syntax Types are designed to offer a syntactical frontend to the standard Type Builder API. This feature is available via optional import.