We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dba0c5 commit 6084c53Copy full SHA for 6084c53
clippy_lints/src/modulo_arithmetic.rs
@@ -10,7 +10,7 @@ use rustc_session::declare_tool_lint;
10
declare_clippy_lint! {
11
/// **What it does:** Checks for modulo arithemtic.
12
///
13
- /// **Why is this bad?** The results of moudlo (%) operation migth differ
+ /// **Why is this bad?** The results of modulo (%) operation might differ
14
/// depending on the language, when negative numbers are involved.
15
/// If you interop with different languages it might be beneficial
16
/// to double check all places that use modulo arithmetic.
0 commit comments