Skip to content

Commit b00dd62

Browse files
committed
fix typo
1 parent 9666b8a commit b00dd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ declare_clippy_lint! {
630630
///
631631
/// ### Why is this bad?
632632
/// 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 (\)
633+
/// accidentally be removed during automatic formatting or manual refactoring. The use of a back-slash (\)
634634
/// is clearer in this regard.
635635
///
636636
/// ### Example

0 commit comments

Comments
 (0)