]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in release notes
authorAmanieu d'Antras <amanieu@gmail.com>
Fri, 26 Feb 2016 21:21:02 +0000 (21:21 +0000)
committerAmanieu d'Antras <amanieu@gmail.com>
Fri, 26 Feb 2016 21:24:19 +0000 (21:24 +0000)
RELEASES.md

index a247eb2e9555c999f08c6edc2e7eb4b50671d498..d279378a2dd45292e88a61d4d56b07f806260197 100644 (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