Skip to content

Commit 781e458

Browse files
committed
fix typo
1 parent 6482a23 commit 781e458

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
@@ -427,7 +427,7 @@ declare_clippy_lint! {
427427
///
428428
/// ### Why is this bad?
429429
/// Double spaces, when used as doc comment linebreaks, can be difficult to see, and may
430-
/// accidentally be removed during automatic fofmatting or manual refactoring. The use of a back-slash (\)
430+
/// accidentally be removed during automatic formatting or manual refactoring. The use of a back-slash (\)
431431
/// is clearer in this regard.
432432
///
433433
/// ### Example

0 commit comments

Comments
 (0)