Skip to content

Commit db15c5a

Browse files
committed
fix typo
1 parent f75cbee commit db15c5a

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
@@ -431,7 +431,7 @@ declare_clippy_lint! {
431431
///
432432
/// ### Why is this bad?
433433
/// 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 (\)
434+
/// accidentally be removed during automatic formatting or manual refactoring. The use of a back-slash (\)
435435
/// is clearer in this regard.
436436
///
437437
/// ### Example

0 commit comments

Comments
 (0)