From 8dfe0ec8a8baf9b964a5be26b63df1c4ff5b2917 Mon Sep 17 00:00:00 2001 From: panicbit Date: Fri, 9 Oct 2015 14:04:45 +0200 Subject: [PATCH] trpl: missing documentation wording --- src/doc/trpl/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index b9de4110a664..abd09a678035 100644 --- a/src/doc/trpl/documentation.md +++ b/src/doc/trpl/documentation.md @@ -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`: