We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def0b4e commit ca76d43Copy full SHA for ca76d43
src/libcore/cmp.rs
@@ -246,7 +246,7 @@ impl Ordering {
246
}
247
248
249
- /// Chain two orderings.
+ /// Chains two orderings.
250
///
251
/// Returns `self` when it's not `Equal`. Otherwise returns `other`.
252
/// # Examples
@@ -280,7 +280,7 @@ impl Ordering {
280
281
282
283
- /// Chain the ordering with given function.
+ /// Chains the ordering with the given function.
284
285
/// Returns `self` when it's not `Equal`. Otherwise calls `f` and returns
286
/// the result.
0 commit comments