Skip to content

Commit 5be2594

Browse files
committed
Remove LHS wording from comment
1 parent 0fe65fd commit 5be2594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/binder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ namespace ts {
13651365
}
13661366

13671367
function maybeBindExpressionFlowIfCall(node: Expression) {
1368-
// A top level or LHS of comma expression call expression with a dotted function name and at least one argument
1368+
// A top level or comma expression call expression with a dotted function name and at least one argument
13691369
// is potentially an assertion and is therefore included in the control flow.
13701370
if (node.kind === SyntaxKind.CallExpression) {
13711371
const call = node as CallExpression;

0 commit comments

Comments
 (0)