about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-02-27 08:04:54 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-02-27 10:52:01 +0530
commitb42b80a70be8d52fbd87c166c058b372bb9548d1 (patch)
tree478519ce20baaf235581a3e1c29553810cb39b99
parent9c01031c728625c4eef078598d04b8376e4210e4 (diff)
parent77c1e11249703904adccdf7d5b52435a45e7f2db (diff)
downloadrust-b42b80a70be8d52fbd87c166c058b372bb9548d1.tar.gz
rust-b42b80a70be8d52fbd87c166c058b372bb9548d1.zip
Rollup merge of #31922 - Amanieu:relnotes17, r=brson
-rw-r--r--RELEASES.md4
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