Remove stray ` in the documentation for the FromIterator implementation for Option
This commit is contained in:
@@ -1286,7 +1286,7 @@ impl<A, V: FromIterator<A>> FromIterator<Option<A>> for Option<V> {
|
|||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// Here is an example which increments every integer in a vector.
|
/// Here is an example which increments every integer in a vector.
|
||||||
/// `We use the checked variant of `add` that returns `None` when the
|
/// We use the checked variant of `add` that returns `None` when the
|
||||||
/// calculation would result in an overflow.
|
/// calculation would result in an overflow.
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
|
|||||||
Reference in New Issue
Block a user