Update map.rs

This commit is contained in:
Frank Rehberger 2016-09-26 18:15:27 +02:00 committed by GitHub
parent 3551008022
commit ba84d4ff81

View file

@ -335,7 +335,7 @@ fn test_resize_policy() {
/// println!("{:?} has {} hp", viking, health);
/// }
/// ```
/// A HashMap with fixed list of elements can be initialized from vector:
/// A HashMap with fixed list of elements can be initialized from an array:
/// ```
/// use std::collections::HashMap;
///