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 52292ca commit 9fa3a19Copy full SHA for 9fa3a19
src/runtime/join.ts
@@ -503,7 +503,7 @@ export class NotScan {
503
// nots won't get evaluated during Generic Join since we're never solving for a
504
// variable that this scan cares about.
505
if((!prejoin || this.args.length)
506
- // if we are forcing and not solving for the current variable, then we just accept
+ // if we aren't forcing and not solving for the current variable, then we just accept
507
// as it is
508
&& (!force && !this.internalVars[solvingFor.id] && this.internalVars.length)
509
// we also blind accept if we have args that haven't been filled in yet, as we don't
0 commit comments