Skip to content

Commit 9c99511

Browse files
authored
Rollup merge of rust-lang#58891 - Delta-Psi:doc-fixes, r=Centril
Remove stray ` in the docs for the FromIterator implementation for Option
2 parents 3005b4d + 020539e commit 9c99511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ impl<A, V: FromIterator<A>> FromIterator<Option<A>> for Option<V> {
12861286
/// # Examples
12871287
///
12881288
/// Here is an example which increments every integer in a vector.
1289-
/// `We use the checked variant of `add` that returns `None` when the
1289+
/// We use the checked variant of `add` that returns `None` when the
12901290
/// calculation would result in an overflow.
12911291
///
12921292
/// ```

0 commit comments

Comments
 (0)