diff --git a/packages/ast/api.d.ts b/packages/ast/api.d.ts index 2fc95e5..f9bc77b 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