Skip to content

Commit d6ea89d

Browse files
milsemanlorentey
andauthored
Update Sources/System/FileControlRaw.swift
Co-authored-by: Karoy Lorentey <[email protected]>
1 parent 06ff9a3 commit d6ea89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/FileControlRaw.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extension FileDescriptor {
5757
///
5858
/// The corresponding C constant is `O_NONBLOCK`.
5959
@_alwaysEmitIntoClient
60-
public static var nonblocking: StatusFlags { StatusFlags(O_NONBLOCK) }
60+
public static var nonBlocking: StatusFlags { StatusFlags(O_NONBLOCK) }
6161

6262
/// Force each write to append at the end of file; corre-
6363
/// sponds to `OpenOptions.append`.

0 commit comments

Comments
 (0)