Skip to content

Commit 8dfe0ec

Browse files
committed
trpl: missing documentation wording
1 parent 6b5eb70 commit 8dfe0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ pub use foo::bar;
548548

549549
## Missing documentation
550550

551-
Sometimes you want to make sure that every single thing in your project is
552-
documented, especially when you are working on a library. Rust allows you to
551+
Sometimes you want to make sure that every single public thing in your project
552+
is documented, especially when you are working on a library. Rust allows you to
553553
to generate warnings or errors, when an item is missing documentation.
554554
To generate warnings you use `warn`:
555555

0 commit comments

Comments
 (0)