Skip to content

Commit 00999ba

Browse files
Apply docs review suggestion - Reword query description.
Co-authored-by: mc <[email protected]>
1 parent 84aa2e8 commit 00999ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Variables/LoopVariableCapture/LoopVariableCapture.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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.
3+
* @description Capturing a loop variable is not the same as capturing its value, and can lead to unexpected behavior or bugs.
44
* @kind path-problem
55
* @tags correctness
66
* quality

0 commit comments

Comments
 (0)