Skip to content

Commit

Permalink
Fix wrong type in docs: i16 -> u16
Browse files Browse the repository at this point in the history
@rustbot label +A-docs

r? docs
  • Loading branch information
Jörn Bethune committed Apr 7, 2023
1 parent da63695 commit 7e9e91c
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 7e9e91c

Please sign in to comment.