From 316e433798fdd5206533c1ec8536940f45719478 Mon Sep 17 00:00:00 2001 From: babycannotsay <335658202@qq.com> Date: Sun, 6 Mar 2022 18:46:42 +0800 Subject: [PATCH] docs: fix ast README --- packages/ast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ast/README.md b/packages/ast/README.md index b0b177b..0481dc5 100644 --- a/packages/ast/README.md +++ b/packages/ast/README.md @@ -58,7 +58,7 @@ const printVisitor = { }; // Invoking the Visitor -accept(xmlDocAst, printVisitor); // -> note, Bill, Tim +accept(xmlDocAst, printVisitor); // -> note, to, from ``` ## Support