Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines

This commit is contained in:
Dmitri Gribenko
2016-02-17 14:40:05 -08:00
450 changed files with 8406 additions and 5202 deletions

View File

@@ -111,7 +111,7 @@ public struct EnumeratedSequence<Base : Sequence> : Sequence {
self._base = _base
}
/// Returns an *iterator* over the elements of this *sequence*.
/// Returns an iterator over the elements of this sequence.
///
/// - Complexity: O(1).
public func iterator() -> EnumeratedIterator<Base.Iterator> {