Skip to content

Commit f1848c0

Browse files
committed
Fix typo
1 parent 483aba7 commit f1848c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

text/0000-cmp-ops-reform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Summary
66

77
This RFC proposes a number of design improvements to the `cmp` and
8-
`ord` modules in preparation for 1.0. The impetus for these
8+
`ops` modules in preparation for 1.0. The impetus for these
99
improvements, besides the need for stabilization, is that we've added
1010
several important language features (like multidispatch) that greatly
1111
impact the design. Highlights:
@@ -317,7 +317,8 @@ pub trait IndexSet<Idx> {
317317
}
318318
```
319319

320-
(This idea is borrowed from [@sfackler's earlier RFC](https://github.com/rust-lang/rfcs/pull/159/files).)
320+
(This idea is borrowed from
321+
[@sfackler's earlier RFC](https://github.com/rust-lang/rfcs/pull/159/files).)
321322

322323
The motivation for this trait is cases like `map["key"] = val`, which
323324
should correspond to an *insertion* rather than a mutable lookup. With

0 commit comments

Comments
 (0)