File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4676,7 +4676,7 @@ namespace ts {
4676
4676
HasRestParameter = 1 << 0 , // Indicates last parameter is rest parameter
4677
4677
HasLiteralTypes = 1 << 1 , // Indicates signature is specialized
4678
4678
IsInnerCallChain = 1 << 2 , // Indicates signature comes from a CallChain nested in an outer OptionalChain
4679
- IsOuterCallChain = 1 << 3 , // Indicates signature comes from a CallChain thet is the outermost chain of an optional expression
4679
+ IsOuterCallChain = 1 << 3 , // Indicates signature comes from a CallChain that is the outermost chain of an optional expression
4680
4680
4681
4681
// We do not propagate `IsInnerCallChain` to instantiated signatures, as that would result in us
4682
4682
// attempting to add `| undefined` on each recursive call to `getReturnTypeOfSignature` when
You can’t perform that action at this time.
0 commit comments