Skip to content

Commit

Permalink
Rollup merge of #124246 - gurry:add-comma-in-abs-doc, r=jhpratt
Browse files Browse the repository at this point in the history
Add comma at one place in `abs()` documentation

As suggested  by `@RalfJung` here: #124184 (comment)
  • Loading branch information
matthiaskrgr authored Apr 22, 2024
2 parents c2d8782 + f31e4ae commit f840afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/int_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,7 @@ macro_rules! int_impl {
/// that code in debug mode will trigger a panic on this case and
/// optimized code will return
#[doc = concat!("`", stringify!($SelfT), "::MIN`")]
/// without a panic. If you do not want this behavior consider
/// without a panic. If you do not want this behavior, consider
/// using [`unsigned_abs`](Self::unsigned_abs) instead.
///
/// # Examples
Expand Down

0 comments on commit f840afb

Please sign in to comment.