about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-09-30 22:31:23 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-09-30 22:31:23 +0530
commit66cf4616e1f3106a95c1b024f15b40c943ae8d67 (patch)
tree3dd2769eaee096bee0700598a518bdceb2021aab /src/libstd
parentc6db9721a82e3efb73735f46c774ee7fc6a89b8c (diff)
parent7914d1b8b7d45965c1cefffb6d250ed463e9a78e (diff)
downloadrust-66cf4616e1f3106a95c1b024f15b40c943ae8d67.tar.gz
rust-66cf4616e1f3106a95c1b024f15b40c943ae8d67.zip
Rollup merge of #28744 - dato:usize-typo, r=Aatch
Diffstat (limited to 'src/libstd')
-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).*
 ///