Skip to content

Commit 8bb4581

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/num/shells/u16.rs

Lines changed: 1 addition & 1 deletion
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)