diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-09-30 22:31:23 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-09-30 22:31:23 +0530 |
| commit | 66cf4616e1f3106a95c1b024f15b40c943ae8d67 (patch) | |
| tree | 3dd2769eaee096bee0700598a518bdceb2021aab /src/libstd | |
| parent | c6db9721a82e3efb73735f46c774ee7fc6a89b8c (diff) | |
| parent | 7914d1b8b7d45965c1cefffb6d250ed463e9a78e (diff) | |
| download | rust-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.rs | 2 |
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).* /// |
