Fix typo in release notes

This commit is contained in:
Amanieu d'Antras 2016-02-26 21:21:02 +00:00
parent 1aa6ac38b2
commit 77c1e11249
1 changed files with 2 additions and 2 deletions

View File

@ -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