about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörn Bethune <nospam@example.org>2023-04-07 23:49:20 +0200
committerJörn Bethune <nospam@example.org>2023-04-07 23:49:20 +0200
commit7e9e91c3d395941b21dd1c791ff936ae44b4d45b (patch)
tree77eaf19c1f3e632ce7c6bfb3289341f30ac43ae6
parentda636956dd13638a5582f9dcd4699559d85ac2d5 (diff)
downloadrust-7e9e91c3d395941b21dd1c791ff936ae44b4d45b.tar.gz
rust-7e9e91c3d395941b21dd1c791ff936ae44b4d45b.zip
Fix wrong type in docs: i16 -> u16
@rustbot label +A-docs

r? docs
-rw-r--r--library/core/src/num/shells/u16.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/num/shells/u16.rs b/library/core/src/num/shells/u16.rs
index b203806f460..7394977e507 100644
--- a/library/core/src/num/shells/u16.rs
+++ b/library/core/src/num/shells/u16.rs
@@ -1,4 +1,4 @@
-//! Redundant constants module for the [`i16` primitive type][i16].
+//! Redundant constants module for the [`u16` primitive type][u16].
 //!
 //! New code should use the associated constants directly on the primitive type.