about summary refs log tree commit diff
path: root/src/libstd/num/isize.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-07-17 16:28:04 -0700
committerBrian Anderson <banderson@mozilla.com>2015-07-20 13:17:41 -0700
commit44dd247cd5ced8ae8a8c6f1d04463abce21c8e9e (patch)
tree107138e203675db258f5bcf581cf3b68ecce942f /src/libstd/num/isize.rs
parent47265bbf37385a087235a8c5eddea5944ae6465e (diff)
downloadrust-44dd247cd5ced8ae8a8c6f1d04463abce21c8e9e.tar.gz
rust-44dd247cd5ced8ae8a8c6f1d04463abce21c8e9e.zip
doc: Clean up primitive short descriptions
This makes the primitive descriptions on the front page read properly
as descriptions of types and not of the associated modules.
Diffstat (limited to 'src/libstd/num/isize.rs')
-rw-r--r--src/libstd/num/isize.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/num/isize.rs b/src/libstd/num/isize.rs
index aa89f858f6f..b602c7c704a 100644
--- a/src/libstd/num/isize.rs
+++ b/src/libstd/num/isize.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Operations and constants for pointer-sized signed integers (`isize` type)
+//! The pointer-sized signed integer type
 
 #![stable(feature = "rust1", since = "1.0.0")]
 #![doc(primitive = "isize")]