We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879158a commit 0581f2fCopy full SHA for 0581f2f
1 file changed
csharp/ql/src/Likely Bugs/ConstantComparison.qhelp
@@ -5,7 +5,7 @@
5
<overview>
6
<p>
7
Comparisons which always yield the same result are unnecessary and may indicate a bug in the
8
- logic. This can can happen when the data type of one of the operands has a limited range of values.
+ logic. This can happen when the data type of one of the operands has a limited range of values.
9
For example unsigned integers are always greater than or equal to zero, and <code>byte</code>
10
values are always less than 256.
11
</p>
0 commit comments