Update set.rs

This commit is contained in:
Frank Rehberger 2016-09-26 18:16:06 +02:00 committed by GitHub
parent ba84d4ff81
commit 6c4616c72d

View File

@ -100,7 +100,7 @@
/// println!("{:?}", x);
/// }
/// ```
/// HashSet with fixed list of elements can be initialized from vector:
/// HashSet with fixed list of elements can be initialized from an array:
/// ```
/// use std::collections::HashSet;
///