We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba4e7f commit 61ab279Copy full SHA for 61ab279
stdlib/public/core/DropWhile.swift
@@ -21,7 +21,7 @@ public struct LazyDropWhileSequence<Base: Sequence> {
21
@usableFromInline // lazy-performance
22
internal let _predicate: (Element) -> Bool
23
24
- /// Create an instance with elements `transform(x)` for each element
+ /// Create an instance with elements `predicate(x)` for each element
25
/// `x` of base.
26
@inlinable // lazy-performance
27
internal init(_base: Base, predicate: @escaping (Element) -> Bool) {
0 commit comments