Skip to content

Commit 21e9b47

Browse files
author
Valentin Obst
committed
lints/doc: fix typo in docs of too_long_first_doc_paragraph
1 parent 5873cb9 commit 21e9b47

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
@@ -430,7 +430,7 @@ declare_clippy_lint! {
430430
/// Checks if the first line in the documentation of items listed in module page is too long.
431431
///
432432
/// ### Why is this bad?
433-
/// Documentation will show the first paragraph of the doscstring in the summary page of a
433+
/// Documentation will show the first paragraph of the docstring in the summary page of a
434434
/// module, so having a nice, short summary in the first paragraph is part of writing good docs.
435435
///
436436
/// ### Example

0 commit comments

Comments
 (0)