mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Fix typo
This commit is contained in:
parent
349bee92a3
commit
9f4ae5f5ea
@ -10725,7 +10725,7 @@ namespace ts {
|
||||
const sourceRestType = getNonArrayRestType(source);
|
||||
const targetRestType = getNonArrayRestType(target);
|
||||
if (sourceRestType && targetRestType && sourceCount !== targetCount) {
|
||||
// We're not able to relate misaliged complex rest parameters
|
||||
// We're not able to relate misaligned complex rest parameters
|
||||
return Ternary.False;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user