We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1b3fd commit b424f3fCopy full SHA for b424f3f
shared/dataflow/codeql/dataflow/VariableCapture.qll
@@ -583,7 +583,7 @@ module Flow<InputSig Input> implements OutputSig<Input> {
583
584
/**
585
* 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
+ * The reference is restricted to be nested within the same callable as `ce` as a
587
* precaution, even though this is expected to hold for all the given aliased
588
* accesses.
589
*/
0 commit comments