Skip to content

Commit d7bb600

Browse files
committed
fix typo
1 parent 7bef775 commit d7bb600

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
@@ -540,7 +540,7 @@ declare_clippy_lint! {
540540
///
541541
/// ### Why is this bad?
542542
/// 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 (\)
543+
/// accidentally be removed during automatic formatting or manual refactoring. The use of a back-slash (\)
544544
/// is clearer in this regard.
545545
///
546546
/// ### Example

0 commit comments

Comments
 (0)