Skip to content

Commit 3a7c3f2

Browse files
janmeieryaacovCR
andauthored
Update website/pages/api-v16/language.mdx
Co-authored-by: Yaacov Rydzinski <yaacovCR@gmail.com>
1 parent 6a2b743 commit 3a7c3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/api-v16/language.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const editedAST = visit(ast, {
219219

220220
Alternatively to providing enter() and leave() functions, a visitor can
221221
instead provide functions named the same as the kinds of AST nodes, or
222-
enter/leave visitors at a named key, leading to tree permutations of
222+
enter/leave visitors at a named key, leading to three permutations of
223223
visitor API:
224224

225225
1. Named visitors triggered when entering a node a specific kind.

0 commit comments

Comments
 (0)