diff options
| author | Amanieu d'Antras <amanieu@gmail.com> | 2016-02-26 21:21:02 +0000 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2016-02-26 21:24:19 +0000 |
| commit | 77c1e11249703904adccdf7d5b52435a45e7f2db (patch) | |
| tree | e720a549b9354c82ce26b4d74cb1cdae72912fb2 | |
| parent | 1aa6ac38b2ca725a3b0a0379a554e953ca783298 (diff) | |
| download | rust-77c1e11249703904adccdf7d5b52435a45e7f2db.tar.gz rust-77c1e11249703904adccdf7d5b52435a45e7f2db.zip | |
Fix typo in release notes
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index a247eb2e955..d279378a2dd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -75,8 +75,8 @@ Libraries improved by using `memchr` to search for newlines][1.7m]. * [`f32::to_degrees` and `f32::to_radians` are stable][1.7f]. The `f64` variants were stabilized previously. -* [`BTreeMap` was rewritten to use less memory improve performance of - insertion and iteration, the latter by as much as 5x`][1.7bm]. +* [`BTreeMap` was rewritten to use less memory and improve the performance + of insertion and iteration, the latter by as much as 5x`][1.7bm]. * [`BTreeSet` and its iterators, `Iter`, `IntoIter`, and `Range` are covariant over their contained type][1.7bt]. * [`LinkedList` and its iterators, `Iter` and `IntoIter` are covariant |
