Skip to content

Commit 8f27db3

Browse files
underscore inlineable to inlinnable
1 parent fc60c6c commit 8f27db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/SequenceAlgorithms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ extension Sequence {
497497
/// the passed element satisfies a condition.
498498
/// - Returns: `true` if the sequence contains only elements that satisfy
499499
/// `predicate`; otherwise, `false`.
500-
@_inlineable
500+
@inlinable
501501
public func allSatisfy(
502502
_ predicate: (Element) throws -> Bool
503503
) rethrows -> Bool {

0 commit comments

Comments
 (0)