Auto merge of #30939 - shepmaster:btreeset-insert-return-value, r=alexcrichton

This commit is contained in:
bors
2016-01-16 12:04:38 +00:00
+1 -1
View File
@@ -453,7 +453,7 @@ pub fn is_superset(&self, other: &BTreeSet<T>) -> bool {
///
/// If the set did not have a value present, `true` is returned.
///
/// If the set did have this key present, that value is returned, and the
/// If the set did have this key present, `false` is returned, and the
/// entry is not updated. See the [module-level documentation] for more.
///
/// [module-level documentation]: index.html#insert-and-complex-keys