mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix spelling error in comment
This commit is contained in:
@@ -674,7 +674,7 @@ namespace ts {
|
||||
// We emit the class alias as a `let` declaration here so that it has the same
|
||||
// TDZ as the class.
|
||||
|
||||
// let ${declareName} = ${decoratedClassAlias}
|
||||
// let ${declaredName} = ${decoratedClassAlias}
|
||||
addNode(statements,
|
||||
setOriginalNode(
|
||||
createVariableStatement(
|
||||
|
||||
Reference in New Issue
Block a user