Apply docs review suggestion - Reword query description.

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Joe Farebrother
2025-04-10 09:06:01 +01:00
committed by GitHub
parent 84aa2e8627
commit 00999baf9a

View File

@@ -1,6 +1,6 @@
/**
* @name Loop variable capture
* @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.
* @kind path-problem
* @tags correctness
* quality