diff options
| author | bors <bors@rust-lang.org> | 2015-10-08 19:05:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-08 19:05:54 +0000 |
| commit | e38210b195a4aaf91f3daa37dfcfd7059bd22ddc (patch) | |
| tree | f51b82cc8dd65e299acfee19df764623f060271b /src/libcore | |
| parent | 64c4b51dd6771a0dd61639092ae5b349082b6eb0 (diff) | |
| parent | 1625c133de832c8350d5e6c9d39510959ffbe5e6 (diff) | |
| download | rust-e38210b195a4aaf91f3daa37dfcfd7059bd22ddc.tar.gz rust-e38210b195a4aaf91f3daa37dfcfd7059bd22ddc.zip | |
Auto merge of #28913 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #28621, #28872, #28893, #28904, #28905, #28908, #28910 - Failed merges: #28906
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/iter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index 00c7773fd8b..3554325d0db 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -935,7 +935,7 @@ pub trait Iterator { /// Creates an iterator that clones the elements it yields. /// - /// This is useful for converting an Iterator<&T> to an Iterator<T>, + /// This is useful for converting an `Iterator<&T>` to an`Iterator<T>`, /// so it's a more convenient form of `map(|&x| x)`. /// /// # Examples |
