We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349bee9 commit 9f4ae5fCopy full SHA for 9f4ae5f
src/compiler/checker.ts
@@ -10725,7 +10725,7 @@ namespace ts {
10725
const sourceRestType = getNonArrayRestType(source);
10726
const targetRestType = getNonArrayRestType(target);
10727
if (sourceRestType && targetRestType && sourceCount !== targetCount) {
10728
- // We're not able to relate misaliged complex rest parameters
+ // We're not able to relate misaligned complex rest parameters
10729
return Ternary.False;
10730
}
10731
0 commit comments