Skip to content

Commit 3efcb28

Browse files
milsemandfunckt
andauthored
Update Sources/System/Sockets/SocketOptions.swift
Co-authored-by: dfunckt <dfunckt@users.noreply.github.com>
1 parent 1e3acbf commit 3efcb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/System/Sockets/SocketOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ extension SocketDescriptor {
142142
///
143143
/// The corresponding C constant is `SO_NWRITE`.
144144
@_alwaysEmitIntoClient
145-
public static var getNumByteToSend: Option { Option(_SO_NWRITE) }
145+
public static var getNumBytesToSend: Option { Option(_SO_NWRITE) }
146146

147147
/// Linger on close if data present with timeout in seconds.
148148
///

0 commit comments

Comments
 (0)