Skip to content

Commit

Permalink
Doc correction: btree
Browse files Browse the repository at this point in the history
  • Loading branch information
athulappadan committed Sep 13, 2016
1 parent 41881e8 commit 5798003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcollections/btree/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl<'a, T: 'a + Ord + Copy> Extend<&'a T> for BTreeSet<T> {

#[stable(feature = "rust1", since = "1.0.0")]
impl<T: Ord> Default for BTreeSet<T> {
/// Makes a empty `BTreeSet<T>` with a reasonable choice of B.
/// Makes an empty `BTreeSet<T>` with a reasonable choice of B.
fn default() -> BTreeSet<T> {
BTreeSet::new()
}
Expand Down

0 comments on commit 5798003

Please sign in to comment.