Skip to content

Commit 0fda25b

Browse files
kazuponmysticatea
authored andcommitted
📝 fix comment of AST example (#42)
1 parent a05d416 commit 0fda25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ‎docs/ast.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function create(context) {
2323
//...
2424
}
2525
},
26-
// Event handlers for <script>. (optional)
26+
// Event handlers for <script> or scripts. (optional)
2727
{
2828
Program(node: AST.ESLintProgram): void {
2929
//...

0 commit comments

Comments
 (0)