We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03acea6 commit dc76247Copy full SHA for dc76247
src/libcore/cell.rs
@@ -549,7 +549,7 @@ impl<T> RefCell<T> {
549
///
550
/// This function corresponds to [`std::mem::replace`](../mem/fn.replace.html).
551
552
- /// # Example
+ /// # Examples
553
554
/// ```
555
/// #![feature(refcell_replace_swap)]
@@ -575,7 +575,7 @@ impl<T> RefCell<T> {
575
576
/// This function corresponds to [`std::mem::swap`](../mem/fn.swap.html).
577
578
579
580
581
0 commit comments