Skip to content

Commit 7dc8066

Browse files
authored
Merge pull request #3045 from Semmle/esbena-patch-2
JS: loosen qldoc for `barrierGuardIsRelevant`
2 parents b7dc26e + 4dac835 commit 7dc8066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ private predicate barrierGuardBlocksExpr(
354354
}
355355

356356
/**
357-
* Holds if `guard` blocks the flow of a value reachable through exploratory flow.
357+
* Holds if `guard` may block the flow of a value reachable through exploratory flow.
358358
*/
359359
pragma[noinline]
360360
private predicate barrierGuardIsRelevant(BarrierGuardNode guard) {

0 commit comments

Comments
 (0)