Skip to content

Commit

Permalink
Small formatting change on S2198
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-paidis-sonarsource committed Feb 15, 2023
1 parent aaa03f4 commit 5f84ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S2198/csharp/rule.adoc
@@ -1,6 +1,6 @@
Certain mathematical comparisons will always return the same value, and should simply not be made.

These comparisons will always return `false`:
These comparisons will return either always `true` or always `false` depending on the kind of comparison:

* Comparing a `char` with a numeric constant that is outside of the range of `char`.
* Comparing a `float` with a numeric constant that is outside of the range of `float`.
Expand Down

0 comments on commit 5f84ea1

Please sign in to comment.