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 f75cbee commit db15c5aCopy full SHA for db15c5a
clippy_lints/src/doc/mod.rs
@@ -431,7 +431,7 @@ declare_clippy_lint! {
431
///
432
/// ### Why is this bad?
433
/// Double spaces, when used as doc comment linebreaks, can be difficult to see, and may
434
- /// accidentally be removed during automatic fofmatting or manual refactoring. The use of a back-slash (\)
+ /// accidentally be removed during automatic formatting or manual refactoring. The use of a back-slash (\)
435
/// is clearer in this regard.
436
437
/// ### Example
0 commit comments