Skip to content

Commit ce99f46

Browse files
dave-bartolomeoraulgarciamsft
authored andcommitted
Update cpp/ql/src/Likely Bugs/Likely Typos/illDefinedForLoop.ql
1 parent 8eaba03 commit ce99f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Likely Typos/illDefinedForLoop.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Ill-defined for loop
3-
* @description A for-loop iteration expressions goes backward with respect of the initialization statement and condition expression.
3+
* @description A for-loop iteration expression goes backward with respect of the initialization statement and condition expression.
44
* @id cpp/ill-defined-for-loop
55
* @kind problem
66
* @problem.severity warning

0 commit comments

Comments
 (0)