We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
abs()
1 parent fb89862 commit f31e4aeCopy full SHA for f31e4ae
library/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