Skip to content

Commit 074ffae

Browse files
authored
Merge pull request #1880 from compnerd/capitals
2 parents 4e76279 + 9644b67 commit 074ffae

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)