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 84aa2e8 commit 00999baCopy full SHA for 00999ba
python/ql/src/Variables/LoopVariableCapture/LoopVariableCapture.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Loop variable capture
3
- * @description Capture of a loop variable is not the same as capturing the value of a loop variable, and may be erroneous.
+ * @description Capturing a loop variable is not the same as capturing its value, and can lead to unexpected behavior or bugs.
4
* @kind path-problem
5
* @tags correctness
6
* quality
0 commit comments