Skip to content

Commit 5798003

Browse files
committed
Doc correction: btree
1 parent 41881e8 commit 5798003

File tree

1 file changed

+1
-1
lines changed
  • src/libcollections/btree

1 file changed

+1
-1
lines changed

src/libcollections/btree/set.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ impl<'a, T: 'a + Ord + Copy> Extend<&'a T> for BTreeSet<T> {
674674

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

0 commit comments

Comments
 (0)