about summary refs log tree commit diff
path: root/src/libstd/primitive_docs.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-09-30 17:12:08 +0000
committerbors <bors@rust-lang.org>2015-09-30 17:12:08 +0000
commitdcb167e14784edff2021869b92dff4dd585e64a2 (patch)
treeb24a48399820937a6f298dea2cacde09a4433de3 /src/libstd/primitive_docs.rs
parent437d70a54b2000cd1911b5d5c53ff18124581d18 (diff)
parent2c4b89ca99d6f315119a72379ef476f7a23bcad7 (diff)
downloadrust-dcb167e14784edff2021869b92dff4dd585e64a2.tar.gz
rust-dcb167e14784edff2021869b92dff4dd585e64a2.zip
Auto merge of #28758 - Manishearth:rollup, r=Manishearth
- Successful merges: #28743, #28744, #28745, #28749
- Failed merges: 
Diffstat (limited to 'src/libstd/primitive_docs.rs')
-rw-r--r--src/libstd/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs
index f2ae168e560..7d62d477a0a 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -411,7 +411,7 @@ mod prim_isize { }
 
 #[doc(primitive = "usize")]
 //
-/// The pointer-sized signed integer type.
+/// The pointer-sized unsigned integer type.
 ///
 /// *[See also the `std::usize` module](usize/index.html).*
 ///