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.
2 parents 73c1005 + 7ea09a9 commit a676a37Copy full SHA for a676a37
stdlib/public/core/SequenceAlgorithms.swift
@@ -794,8 +794,8 @@ extension Sequence {
794
return try _compactMap(transform)
795
}
796
797
- // The implementation of flatMap accepting a closure with an optional result.
798
- // Factored out into a separate functions in order to be used in multiple
+ // The implementation of compactMap accepting a closure with an optional result.
+ // Factored out into a separate function in order to be used in multiple
799
// overloads.
800
@inlinable // protocol-only
801
@inline(__always)
0 commit comments