summaryrefslogtreecommitdiffstats
path: root/library/core/src/num/shells/u16.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/num/shells/u16.rs')
-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 b203806f4..7394977e5 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.