mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
This commit is contained in:
@@ -38,7 +38,7 @@ extension Sequence
|
||||
Self : _SequenceWrapper,
|
||||
Self.Iterator == Self.Base.Iterator {
|
||||
|
||||
/// Return an *iterator* over the elements of this *sequence*.
|
||||
/// Return an iterator over the elements of this sequence.
|
||||
///
|
||||
/// - Complexity: O(1).
|
||||
public func iterator() -> Base.Iterator {
|
||||
|
||||
Reference in New Issue
Block a user