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 7bef775 commit d7bb600Copy full SHA for d7bb600
clippy_lints/src/doc/mod.rs
@@ -540,7 +540,7 @@ declare_clippy_lint! {
540
///
541
/// ### Why is this bad?
542
/// Double spaces, when used as doc comment linebreaks, can be difficult to see, and may
543
- /// 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 (\)
544
/// is clearer in this regard.
545
546
/// ### Example
0 commit comments