about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpanicbit <panicbit.dev@gmail.com>2015-10-09 14:04:45 +0200
committerpanicbit <panicbit.dev@gmail.com>2015-10-09 14:04:45 +0200
commit8dfe0ec8a8baf9b964a5be26b63df1c4ff5b2917 (patch)
treed4b1674058baaa0f26261aab361f1defe358bd0d
parent6b5eb70e1db79f1fca9f01b6a671e822d6553ccd (diff)
downloadrust-8dfe0ec8a8baf9b964a5be26b63df1c4ff5b2917.tar.gz
rust-8dfe0ec8a8baf9b964a5be26b63df1c4ff5b2917.zip
trpl: missing documentation wording
-rw-r--r--src/doc/trpl/documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md
index b9de4110a66..abd09a67803 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`: