Skip to content

Commit 718917a

Browse files
committed
Better comment for manual_div_ceil
1 parent d48ee0b commit 718917a

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
@@ -18,7 +18,7 @@ declare_clippy_lint! {
1818
/// of `x.div_ceil(y)`.
1919
///
2020
/// ### Why is this bad?
21-
/// It's simpler and more readable.
21+
/// It's simpler, clearer and more readable.
2222
///
2323
/// ### Example
2424
/// ```no_run

0 commit comments

Comments
 (0)