Skip to content

Commit 4dac835

Browse files
authored
JS: loosen qldoc for barrierGuardIsRelevant
1 parent 66fd566 commit 4dac835

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)