File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ extension Sequence {
748
748
@available ( * , unavailable, renamed: " elementsEqual(_:by:) " )
749
749
public func elementsEqual< OtherSequence> (
750
750
_ other: OtherSequence ,
751
- isEquivalent isEquivalent : ( ${ GElement} , ${ GElement} ) throws -> Bool
751
+ isEquivalent: ( ${ GElement} , ${ GElement} ) throws -> Bool
752
752
) rethrows -> Bool
753
753
where
754
754
OtherSequence: Sequence ,
@@ -779,7 +779,7 @@ extension Sequence {
779
779
@available ( * , unavailable, renamed: " reduce(_:_:) " )
780
780
public func reduce< Result> (
781
781
_ initial: Result ,
782
- combine combine : ( _ partialResult: Result , ${ GElement} ) throws -> Result
782
+ combine: ( _ partialResult: Result , ${ GElement} ) throws -> Result
783
783
) rethrows -> Result {
784
784
Builtin . unreachable ( )
785
785
}
You can’t perform that action at this time.
0 commit comments