Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/core/src/num/uint_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ macro_rules! uint_impl {
/// This operation can be thought of as concatenating `self` and `right` into an
/// integer twice the size of
#[doc = concat!("`", stringify!($SelfT) , "`,")]
/// performing a right shift by `n`, and returning the **left half** of the result.
/// performing a right shift by `n`, and returning the **right half** of the result.
///
/// The name comes from "funneling" a wider integer to a narrower integer.
///
Expand Down
Loading