Skip to content

Commit 2b8296b

Browse files
authored
chore(typo): fix comment (microsoft#45016)
1 parent 9247ef1 commit 2b8296b

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
@@ -15161,7 +15161,7 @@ namespace ts {
1516115161
let extraTypes: Type[] | undefined;
1516215162
// We loop here for an immediately nested conditional type in the false position, effectively treating
1516315163
// types of the form 'A extends B ? X : C extends D ? Y : E extends F ? Z : ...' as a single construct for
15164-
// purposes of resolution. This means such types aren't subject to the instatiation depth limiter.
15164+
// purposes of resolution. This means such types aren't subject to the instantiation depth limiter.
1516515165
while (true) {
1516615166
const isUnwrapped = isTypicalNondistributiveConditional(root);
1516715167
const checkType = instantiateType(unwrapNondistributiveConditionalTuple(root, getActualTypeVariable(root.checkType)), mapper);

0 commit comments

Comments
 (0)