diff options
| author | flip1995 <hello@philkrones.com> | 2020-07-26 21:07:07 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-07-26 21:07:07 +0200 |
| commit | d164ab65f706540f0132268c8ad2237d2e53e08a (patch) | |
| tree | 7568209d335d3f85c1e42c94923dfbae0c7282ec /clippy_lints/src/modulo_arithmetic.rs | |
| parent | b7c8b96e668a1e3c84cf559de1426c6eebd7d1c1 (diff) | |
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
Diffstat (limited to 'clippy_lints/src/modulo_arithmetic.rs')
| -rw-r--r-- | clippy_lints/src/modulo_arithmetic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/modulo_arithmetic.rs b/clippy_lints/src/modulo_arithmetic.rs index 5d4436bd206..b1d788b5c68 100644 --- a/clippy_lints/src/modulo_arithmetic.rs +++ b/clippy_lints/src/modulo_arithmetic.rs @@ -8,7 +8,7 @@ use rustc_session::{declare_lint_pass, declare_tool_lint}; use std::fmt::Display; declare_clippy_lint! { - /// **What it does:** Checks for modulo arithemtic. + /// **What it does:** Checks for modulo arithmetic. /// /// **Why is this bad?** The results of modulo (%) operation might differ /// depending on the language, when negative numbers are involved. |
