Skip to content

Commit 6a2b743

Browse files
authored
Remove a stray comma
1 parent 679606d commit 6a2b743

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
@@ -218,7 +218,7 @@ const editedAST = visit(ast, {
218218
```
219219

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

0 commit comments

Comments
 (0)