Skip to content

Commit ac3513a

Browse files
lucarligllogiq
andauthored
Update clippy_lints/src/empty_docs.rs wording
Co-authored-by: llogiq <[email protected]>
1 parent b0e9683 commit ac3513a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/empty_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl EarlyLintPass for EmptyDocs {
5050
attribute.span,
5151
"empty doc comment",
5252
None,
53-
"consider removing or fill it",
53+
"consider removing or filling it",
5454
);
5555
}
5656
}

0 commit comments

Comments
 (0)