Skip to content

Commit b424f3f

Browse files
committed
Update a comment to be more accurate
1 parent ee1b3fd commit b424f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/VariableCapture.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ module Flow<InputSig Input> implements OutputSig<Input> {
583583

584584
/**
585585
* Holds if `access` is a reference to `ce` evaluated in the `i`th node of `bb`.
586-
* The reference is restricted to be in the same callable as `ce` as a
586+
* The reference is restricted to be nested within the same callable as `ce` as a
587587
* precaution, even though this is expected to hold for all the given aliased
588588
* accesses.
589589
*/

0 commit comments

Comments
 (0)