Fix wrong type in docs: i16 -> u16

@rustbot label +A-docs

r? docs
This commit is contained in:
Jörn Bethune 2023-04-07 23:49:20 +02:00
parent da636956dd
commit 7e9e91c3d3

View File

@ -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.