Skip to content

Commit aca65ac

Browse files
authored
Correct available version macOS 10.10 for String+Essentials.swift (#886)
1 parent 3dc4d88 commit aca65ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationEssentials/String/String+Essentials.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
// MARK: - Exported Types
14-
@available(macOS 10.0, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
14+
@available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
1515
extension String {
1616
#if FOUNDATION_FRAMEWORK
1717
public typealias CompareOptions = NSString.CompareOptions

0 commit comments

Comments
 (0)