From 77c1e11249703904adccdf7d5b52435a45e7f2db Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 26 Feb 2016 21:21:02 +0000 Subject: [PATCH] Fix typo in release notes --- RELEASES.md | 4 ++-- 1 file 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