Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichton

This commit is contained in:
Manish Goregaokar 2015-04-04 10:55:30 +05:30
commit d83f49b436
1 changed files with 1 additions and 1 deletions

View File

@ -1065,7 +1065,7 @@ pub trait IntoIterator {
#[stable(feature = "rust1", since = "1.0.0")]
type Item;
/// A container for iterating over elements of type Item
/// A container for iterating over elements of type `Item`
#[stable(feature = "rust1", since = "1.0.0")]
type IntoIter: Iterator<Item=Self::Item>;