mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove style on *generator* and friends.
This commit is contained in:
@@ -191,7 +191,7 @@ public struct EnumerateSequence<Base : SequenceType> : SequenceType {
|
||||
self.base = base
|
||||
}
|
||||
|
||||
/// Returns a *generator* over the elements of this *sequence*.
|
||||
/// Returns a generator over the elements of this sequence.
|
||||
///
|
||||
/// - Complexity: O(1).
|
||||
public func generate() -> EnumerateGenerator<Base.Generator> {
|
||||
|
||||
Reference in New Issue
Block a user