mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
autodocs: reflow comment to prevent it from been put in blockquote
This commit is contained in:
parent
f38d7a92cc
commit
3dadb8c4c9
1 changed files with 2 additions and 2 deletions
|
|
@ -2844,8 +2844,8 @@ pub const Managed = struct {
|
|||
return a.toConst().orderAbs(b.toConst());
|
||||
}
|
||||
|
||||
/// Returns math.Order.lt, math.Order.eq, math.Order.gt if a < b, a == b or a
|
||||
/// > b respectively.
|
||||
/// Returns math.Order.lt, math.Order.eq, math.Order.gt if a < b, a == b or a > b
|
||||
/// respectively.
|
||||
pub fn order(a: Managed, b: Managed) math.Order {
|
||||
return a.toConst().order(b.toConst());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue