Skip to content

Commit 510b98b

Browse files
修改注释中的错别字
1 parent a5182d8 commit 510b98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-trailing-closure-toy-compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const parser = (tokens) => {
280280
return ast;
281281
};
282282

283-
// 将 AST 装换为目标语言的 AST
283+
// 将 AST 转换为目标语言的 AST
284284
// 遍历节点
285285
const traverser = (ast, visitor) => {
286286
const traverseNode = (node, parent) => {

0 commit comments

Comments
 (0)