Skip to content

Commit dc76247

Browse files
authored
Change "Example" to "Examples" in the doc comments
1 parent 03acea6 commit dc76247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/cell.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ impl<T> RefCell<T> {
549549
///
550550
/// This function corresponds to [`std::mem::replace`](../mem/fn.replace.html).
551551
///
552-
/// # Example
552+
/// # Examples
553553
///
554554
/// ```
555555
/// #![feature(refcell_replace_swap)]
@@ -575,7 +575,7 @@ impl<T> RefCell<T> {
575575
///
576576
/// This function corresponds to [`std::mem::swap`](../mem/fn.swap.html).
577577
///
578-
/// # Example
578+
/// # Examples
579579
///
580580
/// ```
581581
/// #![feature(refcell_replace_swap)]

0 commit comments

Comments
 (0)