We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e12365 + ac06fee commit 921890cCopy full SHA for 921890c
src/libcollections/btree/set.rs
@@ -453,7 +453,7 @@ impl<T: Ord> BTreeSet<T> {
453
///
454
/// If the set did not have a value present, `true` is returned.
455
456
- /// 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
457
/// entry is not updated. See the [module-level documentation] for more.
458
459
/// [module-level documentation]: index.html#insert-and-complex-keys
0 commit comments