Skip to content

Commit 6c4616c

Browse files
authored
Update set.rs
1 parent ba84d4f commit 6c4616c

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+1
-1
lines changed

src/libstd/collections/hash/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const INITIAL_CAPACITY: usize = 32;
100100
/// println!("{:?}", x);
101101
/// }
102102
/// ```
103-
/// HashSet with fixed list of elements can be initialized from vector:
103+
/// HashSet with fixed list of elements can be initialized from an array:
104104
/// ```
105105
/// use std::collections::HashSet;
106106
///

0 commit comments

Comments
 (0)