Remove style on *generator* and friends.

This commit is contained in:
Nate Cook
2016-02-12 00:52:14 -06:00
parent 27aad39c79
commit f3c4e0ac74
23 changed files with 50 additions and 50 deletions

View File

@@ -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> {