Change the comment of BTreeMap::into_values
This commit is contained in:
parent
25545ed180
commit
16a5217141
@ -1341,7 +1341,7 @@ impl<K: Ord, V> BTreeMap<K, V> {
|
||||
IntoKeys { inner: self.into_iter() }
|
||||
}
|
||||
|
||||
/// Creates a consuming iterator visiting all the values, in sorted order.
|
||||
/// Creates a consuming iterator visiting all the values, in order by key.
|
||||
/// The map cannot be used after calling this.
|
||||
/// The iterator element type is `V`.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user