Skip to content

Commit 88b7ffb

Browse files
committed
One more 9999 to update.
1 parent 95df736 commit 88b7ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Darwin/Foundation/NSOrderedCollectionDifference.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@_exported import Foundation // Clang module
1414

1515
// CollectionDifference<ChangeElement>.Change is conditionally bridged to NSOrderedCollectionChange
16-
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
16+
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
1717
extension CollectionDifference.Change : _ObjectiveCBridgeable {
1818
@_semantics("convertToObjectiveC")
1919
public func _bridgeToObjectiveC() -> NSOrderedCollectionChange {
@@ -66,7 +66,7 @@ extension CollectionDifference.Change : _ObjectiveCBridgeable {
6666
}
6767

6868
// CollectionDifference<ChangeElement> is conditionally bridged to NSOrderedCollectionDifference
69-
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
69+
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
7070
extension CollectionDifference : _ObjectiveCBridgeable {
7171
@_semantics("convertToObjectiveC")
7272
public func _bridgeToObjectiveC() -> NSOrderedCollectionDifference {

0 commit comments

Comments
 (0)