Skip to content

Commit

Permalink
Rollup merge of rust-lang#110065 - jbethune:master, r=ehuss
Browse files Browse the repository at this point in the history
Fix wrong type in docs: i16 -> u16

`@rustbot` label +A-docs

r? docs
  • Loading branch information
notriddle committed Apr 8, 2023
2 parents 68ed71a + 7e9e91c commit 3f6691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/shells/u16.rs
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 3f6691d

Please sign in to comment.