From 3e66fe878d26a1837472f33635807fd4a1c399da Mon Sep 17 00:00:00 2001 From: Herrtian <70463940+Herrtian@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:24:10 +0200 Subject: [PATCH] docs: fix AST comment typo --- packages/ast/api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ast/api.d.ts b/packages/ast/api.d.ts index 2fc95e55..f9bc77b8 100644 --- a/packages/ast/api.d.ts +++ b/packages/ast/api.d.ts @@ -18,7 +18,7 @@ export function buildAst( * Note that: * * - This data structure is immutable. - * - The AST is is a "pure data structure" + * - The AST is a "pure data structure" * there are no methods directly on the nodes, instead utilities are provided * as external functions. * - The AST does not contain the full syntactic information, which means