Skip to content

Commit

Permalink
Update Sources/System/FileControlRaw.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Karoy Lorentey <klorentey@apple.com>
  • Loading branch information
milseman and lorentey authored May 15, 2021
1 parent 06ff9a3 commit d6ea89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/System/FileControlRaw.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extension FileDescriptor {
///
/// The corresponding C constant is `O_NONBLOCK`.
@_alwaysEmitIntoClient
public static var nonblocking: StatusFlags { StatusFlags(O_NONBLOCK) }
public static var nonBlocking: StatusFlags { StatusFlags(O_NONBLOCK) }

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

0 comments on commit d6ea89d

Please sign in to comment.