Change "Example" to "Examples" in the doc comments

This commit is contained in:
Michael Howell 2017-08-02 10:58:27 -07:00 committed by GitHub
parent 03acea646c
commit dc76247a0a

View File

@ -549,7 +549,7 @@ impl<T> RefCell<T> {
///
/// This function corresponds to [`std::mem::replace`](../mem/fn.replace.html).
///
/// # Example
/// # Examples
///
/// ```
/// #![feature(refcell_replace_swap)]
@ -575,7 +575,7 @@ impl<T> RefCell<T> {
///
/// This function corresponds to [`std::mem::swap`](../mem/fn.swap.html).
///
/// # Example
/// # Examples
///
/// ```
/// #![feature(refcell_replace_swap)]