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 9666b8a commit b00dd62Copy full SHA for b00dd62
clippy_lints/src/doc/mod.rs
@@ -630,7 +630,7 @@ declare_clippy_lint! {
630
///
631
/// ### Why is this bad?
632
/// Double spaces, when used as doc comment linebreaks, can be difficult to see, and may
633
- /// 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 (\)
634
/// is clearer in this regard.
635
636
/// ### Example
0 commit comments