Skip to content

Commit 3dadb8c

Browse files
AndrewKraevskiialexrp
authored andcommitted
autodocs: reflow comment to prevent it from been put in blockquote
1 parent f38d7a9 commit 3dadb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/std/math/big/int.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,8 +2844,8 @@ pub const Managed = struct {
28442844
return a.toConst().orderAbs(b.toConst());
28452845
}
28462846

2847-
/// Returns math.Order.lt, math.Order.eq, math.Order.gt if a < b, a == b or a
2848-
/// > b respectively.
2847+
/// Returns math.Order.lt, math.Order.eq, math.Order.gt if a < b, a == b or a > b
2848+
/// respectively.
28492849
pub fn order(a: Managed, b: Managed) math.Order {
28502850
return a.toConst().order(b.toConst());
28512851
}

0 commit comments

Comments
 (0)