Skip to content

Commit 020539e

Browse files
author
Alexandra V
committed
Remove stray ` in the documentation for the FromIterator implementation for Option
1 parent f565cdd commit 020539e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/option.rs

+1-1
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)