Skip to content

Commit 9fa3a19

Browse files
committed
fix typo
1 parent 52292ca commit 9fa3a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/join.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export class NotScan {
503503
// nots won't get evaluated during Generic Join since we're never solving for a
504504
// variable that this scan cares about.
505505
if((!prejoin || this.args.length)
506-
// if we are forcing and not solving for the current variable, then we just accept
506+
// if we aren't forcing and not solving for the current variable, then we just accept
507507
// as it is
508508
&& (!force && !this.internalVars[solvingFor.id] && this.internalVars.length)
509509
// we also blind accept if we have args that haven't been filled in yet, as we don't

0 commit comments

Comments
 (0)