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 e9d4575 commit c11ae52Copy full SHA for c11ae52
stdlib/public/core/Sequence.swift
@@ -835,7 +835,7 @@ extension Sequence {
835
/// print(shortNames)
836
/// // Prints "["Kim", "Karl"]"
837
///
838
- /// - Parameter shouldInclude: A closure that takes an element of the
+ /// - Parameter isIncluded: A closure that takes an element of the
839
/// sequence as its argument and returns a Boolean value indicating
840
/// whether the element should be included in the returned array.
841
/// - Returns: An array of the elements that `includeElement` allowed.
0 commit comments