We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24e0724 + 3d44aca commit 0c615a1Copy full SHA for 0c615a1
library/core/src/num/int_macros.rs
@@ -1503,7 +1503,7 @@ macro_rules! int_impl {
1503
}
1504
1505
1506
- /// Strict shift right. Computes `self >> rhs`, panicking `rhs` is
+ /// Strict shift right. Computes `self >> rhs`, panicking if `rhs` is
1507
/// larger than or equal to the number of bits in `self`.
1508
///
1509
/// # Panics
library/core/src/num/uint_macros.rs
@@ -1900,7 +1900,7 @@ macro_rules! uint_impl {
1900
1901
1902
1903
1904
1905
1906
0 commit comments