about summary refs log tree commit diff
path: root/src/libstd/bool.rs
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2013-12-24 17:08:28 +0100
committerLuca Bruno <lucab@debian.org>2013-12-27 09:49:11 +0100
commita9a7a427a1f1a61497105283594d32b976d7559f (patch)
tree2edb2b9188537bea65667fdff216a3d6d417c268 /src/libstd/bool.rs
parent00d87e0d8198ffb268251b5af2eb2ce19249c7f8 (diff)
downloadrust-a9a7a427a1f1a61497105283594d32b976d7559f.tar.gz
rust-a9a7a427a1f1a61497105283594d32b976d7559f.zip
std: uniform modules titles for doc
This commit uniforms the short title of modules provided by libstd,
in order to make their roles more explicit when glancing at the index.

Signed-off-by: Luca Bruno <lucab@debian.org>
Diffstat (limited to 'src/libstd/bool.rs')
-rw-r--r--src/libstd/bool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/bool.rs b/src/libstd/bool.rs
index 29c304f9ac5..923aacf352b 100644
--- a/src/libstd/bool.rs
+++ b/src/libstd/bool.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! The `bool` module contains useful code to help work with boolean values.
+//! Operations on boolean values (`bool` type)
 //!
 //! A quick summary:
 //!