Update InsufficientControlFlowManagementAfterRefactoringTheCode.ql

This commit is contained in:
ihsinme
2021-04-12 08:14:17 +03:00
committed by GitHub
parent 3d117243e4
commit 17d1c77a14

View File

@@ -44,7 +44,7 @@ class UsingWhileAfterWhile extends WhileStmt {
}
/**
* Using arithmetic in comparison.
* Using arithmetic in a condition.
*/
class UsingArithmeticInComparison extends BinaryArithmeticOperation {
/**