Skip to content

Commit 002c456

Browse files
Update java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent a317736 commit 002c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class ContentSet instanceof Content {
305305
}
306306

307307
/**
308-
* Holds if `g` validates the `e` upon evaluating to `branch`.
308+
* Holds if the guard `g` validates the expression `e` upon evaluating to `branch`.
309309
*
310310
* The expression `e` is expected to be a syntactic part of the guard `g`.
311311
* For example, the guard `g` might be a call `isSafe(x)` and the expression `e`

0 commit comments

Comments
 (0)