summaryrefslogtreecommitdiff
path: root/cli/tsc/00_typescript.js
diff options
context:
space:
mode:
authorwelfuture <167498261+welfuture@users.noreply.github.com>2024-04-21 07:54:07 +0800
committerGitHub <noreply@github.com>2024-04-21 01:54:07 +0200
commite55087f57af657069090f63517ec776d8958e410 (patch)
treecd627d6d56ffc6118fd83d56945a3b11764bcfaa /cli/tsc/00_typescript.js
parentdb3b3fb665bba7a063e038907efbc0a14d863d63 (diff)
fix: Fix some typos in comments (#23470)
Signed-off-by: welfuture <wellfuture@qq.com>
Diffstat (limited to 'cli/tsc/00_typescript.js')
-rw-r--r--cli/tsc/00_typescript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/00_typescript.js b/cli/tsc/00_typescript.js
index ea64a5896..a9ad0713b 100644
--- a/cli/tsc/00_typescript.js
+++ b/cli/tsc/00_typescript.js
@@ -150636,7 +150636,7 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
break;
case 3 /* CommonJS */:
case 2 /* Namespace */:
- Debug.assert(entry.namespaceLikeImport === void 0 || entry.namespaceLikeImport.name === symbolName2, "Namespacelike import shoudl be missing or match symbolName");
+ Debug.assert(entry.namespaceLikeImport === void 0 || entry.namespaceLikeImport.name === symbolName2, "Namespacelike import should be missing or match symbolName");
entry.namespaceLikeImport = { importKind, name: symbolName2, addAsTypeOnly };
break;
}