Skip to content

Commit 7914d1b

Browse files
committed
Fix typo in docs: usize is unsigned, not signed.
1 parent 65d5c08 commit 7914d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ mod prim_isize { }
411411

412412
#[doc(primitive = "usize")]
413413
//
414-
/// The pointer-sized signed integer type.
414+
/// The pointer-sized unsigned integer type.
415415
///
416416
/// *[See also the `std::usize` module](usize/index.html).*
417417
///

0 commit comments

Comments
 (0)