Skip to content

Commit 6084c53

Browse files
committed
Typo fix
1 parent 5dba0c5 commit 6084c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/modulo_arithmetic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use rustc_session::declare_tool_lint;
1010
declare_clippy_lint! {
1111
/// **What it does:** Checks for modulo arithemtic.
1212
///
13-
/// **Why is this bad?** The results of moudlo (%) operation migth differ
13+
/// **Why is this bad?** The results of modulo (%) operation might differ
1414
/// depending on the language, when negative numbers are involved.
1515
/// If you interop with different languages it might be beneficial
1616
/// to double check all places that use modulo arithmetic.

0 commit comments

Comments
 (0)