Skip to content

Commit ff7532c

Browse files
committed
Finish comment
1 parent 388801e commit ff7532c

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
@@ -24347,7 +24347,7 @@ namespace ts {
2434724347
}
2434824348

2434924349
let hasFirstparamSignatures = false;
24350-
// Check that _some_
24350+
// Check that _some_ first parameter expects and SFC-like thing, and that some overload of the SFC expects an acceptable number of arguments
2435124351
for (const sig of callSignatures) {
2435224352
const firstparam = getTypeAtPosition(sig, 0);
2435324353
const signaturesOfParam = getSignaturesOfType(firstparam, SignatureKind.Call);

0 commit comments

Comments
 (0)