Change "Example" to "Examples" in the doc comments
This commit is contained in:
parent
03acea646c
commit
dc76247a0a
@ -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)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user