Skip to content

Commit 9f4ae5f

Browse files
committed
Fix typo
1 parent 349bee9 commit 9f4ae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10725,7 +10725,7 @@ namespace ts {
1072510725
const sourceRestType = getNonArrayRestType(source);
1072610726
const targetRestType = getNonArrayRestType(target);
1072710727
if (sourceRestType && targetRestType && sourceCount !== targetCount) {
10728-
// We're not able to relate misaliged complex rest parameters
10728+
// We're not able to relate misaligned complex rest parameters
1072910729
return Ternary.False;
1073010730
}
1073110731

0 commit comments

Comments
 (0)