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 d41c91c commit def0b4eCopy full SHA for def0b4e
src/libcore/cmp.rs
@@ -246,8 +246,8 @@ impl Ordering {
246
}
247
248
249
- /// Chain two orderings.
250
- ///
+ /// Chain two orderings.
+ ///
251
/// Returns `self` when it's not `Equal`. Otherwise returns `other`.
252
/// # Examples
253
///
@@ -281,10 +281,10 @@ impl Ordering {
281
282
283
/// Chain the ordering with given function.
284
285
/// Returns `self` when it's not `Equal`. Otherwise calls `f` and returns
286
/// the result.
287
288
289
290
/// ```
0 commit comments