Skip to content

Commit 7e9e91c

Browse files
author
Jörn Bethune
committed
Fix wrong type in docs: i16 -> u16
@rustbot label +A-docs r? docs
1 parent da63695 commit 7e9e91c

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/num/shells

1 file changed

+1
-1
lines changed

library/core/src/num/shells/u16.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Redundant constants module for the [`i16` primitive type][i16].
1+
//! Redundant constants module for the [`u16` primitive type][u16].
22
//!
33
//! New code should use the associated constants directly on the primitive type.
44

0 commit comments

Comments
 (0)