Skip to content

Commit 5cc1cd0

Browse files
author
Kanchalai Tanglertsampan
committed
Fix spelling error in comment
1 parent bf67346 commit 5cc1cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/compiler/transformers

src/compiler/transformers/ts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ namespace ts {
674674
// We emit the class alias as a `let` declaration here so that it has the same
675675
// TDZ as the class.
676676

677-
// let ${declareName} = ${decoratedClassAlias}
677+
// let ${declaredName} = ${decoratedClassAlias}
678678
addNode(statements,
679679
setOriginalNode(
680680
createVariableStatement(

0 commit comments

Comments
 (0)