trpl: missing documentation wording

This commit is contained in:
panicbit 2015-10-09 14:04:45 +02:00
parent 6b5eb70e1d
commit 8dfe0ec8a8

View File

@ -548,8 +548,8 @@ pub use foo::bar;
## Missing documentation
Sometimes you want to make sure that every single thing in your project is
documented, especially when you are working on a library. Rust allows you to
Sometimes you want to make sure that every single public thing in your project
is documented, especially when you are working on a library. Rust allows you to
to generate warnings or errors, when an item is missing documentation.
To generate warnings you use `warn`: