Skip to content

Commit ca5f764

Browse files
committed
Fix typo in comment
1 parent 3bd49e4 commit ca5f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5359,7 +5359,7 @@ namespace ts {
53595359
const realMembers = locationMap.get("real") || emptyArray;
53605360
const mergedMembers = locationMap.get("merged") || emptyArray;
53615361
// TODO: `suppressNewPrivateContext` is questionable -we need to simply be emitting privates in whatever scope they were declared in, rather
5362-
// than whatever scope we traverse to them in. That's a bit ofgetUnusedName a complex rewrite, since we're not _actually_ tracking privates at all in advance,
5362+
// than whatever scope we traverse to them in. That's a bit of a complex rewrite, since we're not _actually_ tracking privates at all in advance,
53635363
// so we don't even have placeholders to fill in.
53645364
if (length(realMembers)) {
53655365
const localName = getInternalSymbolName(symbol, symbolName);

0 commit comments

Comments
 (0)