We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2040d19 + 56edae2 commit 0cb5073Copy full SHA for 0cb5073
src/libcore/cmp.rs
@@ -383,7 +383,7 @@ impl PartialOrd for Ordering {
383
/// }
384
/// ```
385
///
386
-/// You may also find it useful to use `partial_cmp()` on your type`s fields. Here
+/// You may also find it useful to use `partial_cmp()` on your type's fields. Here
387
/// is an example of `Person` types who have a floating-point `height` field that
388
/// is the only field to be used for sorting:
389
0 commit comments