Skip to content

Commit 0581f2f

Browse files
committed
spelling: can
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 879158a commit 0581f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/src/Likely Bugs/ConstantComparison.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<overview>
66
<p>
77
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.
8+
logic. This can happen when the data type of one of the operands has a limited range of values.
99
For example unsigned integers are always greater than or equal to zero, and <code>byte</code>
1010
values are always less than 256.
1111
</p>

0 commit comments

Comments
 (0)