Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaba03 commit ce99f46Copy full SHA for ce99f46
1 file changed
cpp/ql/src/Likely Bugs/Likely Typos/illDefinedForLoop.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Ill-defined for loop
3
- * @description A for-loop iteration expressions goes backward with respect of the initialization statement and condition expression.
+ * @description A for-loop iteration expression goes backward with respect of the initialization statement and condition expression.
4
* @id cpp/ill-defined-for-loop
5
* @kind problem
6
* @problem.severity warning
0 commit comments