Skip to content

Commit 35a6859

Browse files
committed
fix comment
1 parent 47ace35 commit 35a6859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/converts/attr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ function buildProcessExpressionForExpression(
705705
};
706706
}
707707

708-
/** Push expression type checker to script let callbacks */
708+
/** Build expression type checker to script let callbacks */
709709
function buildExpressionTypeChecker<T extends ESTree.Expression>(
710710
expected: T["type"][],
711711
ctx: Context

0 commit comments

Comments
 (0)