From 520ee34a66326638ddcb184ffd897ba492f99ba9 Mon Sep 17 00:00:00 2001 From: Tibor Benke Date: Fri, 10 Apr 2015 22:51:05 +0200 Subject: Fix some typos Signed-off-by: Tibor Benke --- src/libcollections/btree/map.rs | 2 +- src/libcollections/vec_map.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcollections') diff --git a/src/libcollections/btree/map.rs b/src/libcollections/btree/map.rs index adfb284dabe..e704a956492 100644 --- a/src/libcollections/btree/map.rs +++ b/src/libcollections/btree/map.rs @@ -313,7 +313,7 @@ impl BTreeMap { // 2) While ODS may potentially return the pair we *just* inserted after // the split, we will never do this. Again, this shouldn't effect the analysis. - /// Inserts a key-value pair from the map. If the key already had a value + /// Inserts a key-value pair into the map. If the key already had a value /// present in the map, that value is returned. Otherwise, `None` is returned. /// /// # Examples diff --git a/src/libcollections/vec_map.rs b/src/libcollections/vec_map.rs index 8900c795045..3d9d8cf51ec 100644 --- a/src/libcollections/vec_map.rs +++ b/src/libcollections/vec_map.rs @@ -576,7 +576,7 @@ impl VecMap { } } - /// Inserts a key-value pair from the map. If the key already had a value + /// Inserts a key-value pair into the map. If the key already had a value /// present in the map, that value is returned. Otherwise, `None` is returned. /// /// # Examples -- cgit 1.4.1-3-g733a5