File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/compiler/transformers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2693,7 +2693,7 @@ namespace ts {
2693
2693
2694
2694
setOriginalNode ( enumStatement , node ) ;
2695
2695
if ( varAdded ) {
2696
- // If a variable was added, synthetic comments are mitted on it, not on the moduleStatement.
2696
+ // If a variable was added, synthetic comments are emitted on it, not on the moduleStatement.
2697
2697
setSyntheticLeadingComments ( enumStatement , undefined ) ;
2698
2698
setSyntheticTrailingComments ( enumStatement , undefined ) ;
2699
2699
}
@@ -2987,7 +2987,7 @@ namespace ts {
2987
2987
2988
2988
setOriginalNode ( moduleStatement , node ) ;
2989
2989
if ( varAdded ) {
2990
- // If a variable was added, synthetic comments are mitted on it, not on the moduleStatement.
2990
+ // If a variable was added, synthetic comments are emitted on it, not on the moduleStatement.
2991
2991
setSyntheticLeadingComments ( moduleStatement , undefined ) ;
2992
2992
setSyntheticTrailingComments ( moduleStatement , undefined ) ;
2993
2993
}
You can’t perform that action at this time.
0 commit comments