Skip to content

Commit

Permalink
Remove stray ` in the documentation for the FromIterator implementati…
Browse files Browse the repository at this point in the history
…on for Option
  • Loading branch information
Alexandra V committed Mar 3, 2019
1 parent f565cdd commit 020539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ impl<A, V: FromIterator<A>> FromIterator<Option<A>> for Option<V> {
/// # Examples
///
/// 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.
///
/// ```
Expand Down

0 comments on commit 020539e

Please sign in to comment.