We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc9a3ba + 7993381 commit 1e346e3Copy full SHA for 1e346e3
core/src/num/int_macros.rs
@@ -3199,7 +3199,7 @@ macro_rules! int_impl {
3199
/// that code in debug mode will trigger a panic on this case and
3200
/// optimized code will return
3201
#[doc = concat!("`", stringify!($SelfT), "::MIN`")]
3202
- /// without a panic. If you do not want this behavior consider
+ /// without a panic. If you do not want this behavior, consider
3203
/// using [`unsigned_abs`](Self::unsigned_abs) instead.
3204
///
3205
/// # Examples
0 commit comments