Fix comments
This commit is contained in:
parent
def0b4ebc8
commit
ca76d43dcb
1 changed files with 2 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ impl Ordering {
|
|||
}
|
||||
}
|
||||
|
||||
/// Chain two orderings.
|
||||
/// Chains two orderings.
|
||||
///
|
||||
/// Returns `self` when it's not `Equal`. Otherwise returns `other`.
|
||||
/// # Examples
|
||||
|
|
@ -280,7 +280,7 @@ impl Ordering {
|
|||
}
|
||||
}
|
||||
|
||||
/// Chain the ordering with given function.
|
||||
/// Chains the ordering with the given function.
|
||||
///
|
||||
/// Returns `self` when it's not `Equal`. Otherwise calls `f` and returns
|
||||
/// the result.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue