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

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Anders Schack-Mulligen
2022-06-02 12:00:09 +02:00
committed by GitHub
parent a3177368f0
commit 002c456989

View File

@@ -305,7 +305,7 @@ class ContentSet instanceof Content {
}
/**
* Holds if `g` validates the `e` upon evaluating to `branch`.
* Holds if the guard `g` validates the expression `e` upon evaluating to `branch`.
*
* The expression `e` is expected to be a syntactic part of the guard `g`.
* For example, the guard `g` might be a call `isSafe(x)` and the expression `e`