From e55087f57af657069090f63517ec776d8958e410 Mon Sep 17 00:00:00 2001 From: welfuture <167498261+welfuture@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:54:07 +0800 Subject: fix: Fix some typos in comments (#23470) Signed-off-by: welfuture --- cli/tsc/00_typescript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/00_typescript.js') 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; } -- cgit v1.2.3