We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41881e8 commit 5798003Copy full SHA for 5798003
src/libcollections/btree/set.rs
@@ -674,7 +674,7 @@ impl<'a, T: 'a + Ord + Copy> Extend<&'a T> for BTreeSet<T> {
674
675
#[stable(feature = "rust1", since = "1.0.0")]
676
impl<T: Ord> Default for BTreeSet<T> {
677
- /// Makes a empty `BTreeSet<T>` with a reasonable choice of B.
+ /// Makes an empty `BTreeSet<T>` with a reasonable choice of B.
678
fn default() -> BTreeSet<T> {
679
BTreeSet::new()
680
}
0 commit comments