Skip to content

Commit c597ccf

Browse files
authored
Rollup merge of rust-lang#124246 - gurry:add-comma-in-abs-doc, r=jhpratt
Add comma at one place in `abs()` documentation As suggested by ``@RalfJung`` here: rust-lang#124184 (comment)
2 parents e4e660e + f31e4ae commit c597ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/int_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3199,7 +3199,7 @@ macro_rules! int_impl {
31993199
/// that code in debug mode will trigger a panic on this case and
32003200
/// optimized code will return
32013201
#[doc = concat!("`", stringify!($SelfT), "::MIN`")]
3202-
/// without a panic. If you do not want this behavior consider
3202+
/// without a panic. If you do not want this behavior, consider
32033203
/// using [`unsigned_abs`](Self::unsigned_abs) instead.
32043204
///
32053205
/// # Examples

0 commit comments

Comments
 (0)