Skip to content

Commit 336dac2

Browse files
committed
Fix typo
1 parent 895b765 commit 336dac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/manual_div_ceil.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare_clippy_lint! {
2020
/// ### Example
2121
/// ```no_run
2222
/// let x: i32 = 7;
23-
/// ley y: i32 = 4;
23+
/// let y: i32 = 4;
2424
/// let div = (x + (y - 1)) / y;
2525
/// ```
2626
/// Use instead:

0 commit comments

Comments
 (0)