diff options
| author | Alexandra V <delta.psi00@gmail.com> | 2019-03-03 13:25:55 +0100 |
|---|---|---|
| committer | Alexandra V <delta.psi00@gmail.com> | 2019-03-03 13:25:55 +0100 |
| commit | 020539e230ade3860cf413f4501b83d34bfa35ce (patch) | |
| tree | 9158ca5c1fb2e0dd09807240d076b1856f27a0c8 | |
| parent | f565cdd6144a72dc81032081d7790f38a4af26b8 (diff) | |
| download | rust-020539e230ade3860cf413f4501b83d34bfa35ce.tar.gz rust-020539e230ade3860cf413f4501b83d34bfa35ce.zip | |
Remove stray ` in the documentation for the FromIterator implementation for Option
| -rw-r--r-- | src/libcore/option.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/option.rs b/src/libcore/option.rs index 60aed7ce09d..46dfe28da62 100644 --- a/src/libcore/option.rs +++ b/src/libcore/option.rs @@ -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. /// /// ``` |
