We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac4146 commit 56edae2Copy full SHA for 56edae2
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