Skip to content

Commit 9644b67

Browse files
committed
FileHandle: fix OS spelling for @available
Fix capitalisation for OS parameter `@available`.
1 parent 4e76279 commit 9644b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/FileHandle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open class FileHandle : NSObject, NSSecureCoding {
1313
#if os(Windows)
1414
private var _handle: HANDLE
1515

16-
@available(windows, unavailable, message: "Cannot perform non-owning handle to fd conversion")
16+
@available(Windows, unavailable, message: "Cannot perform non-owning handle to fd conversion")
1717
open var fileDescriptor: Int32 {
1818
NSUnsupported()
1919
}

0 commit comments

Comments
 (0)