Skip to content

Commit

Permalink
Rollup merge of rust-lang#58891 - Delta-Psi:doc-fixes, r=Centril
Browse files Browse the repository at this point in the history
Remove stray ` in the docs for the FromIterator implementation for Option
  • Loading branch information
pietroalbini authored Mar 8, 2019
2 parents 3005b4d + 020539e commit 9c99511
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 9c99511

Please sign in to comment.