Skip to content

Commit 965707e

Browse files
authored
Rollup merge of #110065 - jbethune:master, r=ehuss
Fix wrong type in docs: i16 -> u16 ``@rustbot`` label +A-docs r? docs
2 parents 3700848 + 7e9e91c commit 965707e

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)