Skip to content

Commit a962528

Browse files
milsemanKyle Macomber
andcommitted
Update Sources/System/Sockets/SocketOperations.swift
Co-authored-by: Kyle Macomber <kmacomber@apple.com>
1 parent 4f6b42f commit a962528

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Sources/System/Sockets/SocketOperations.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ extension SocketDescriptor {
1111
/// Create an endpoint for communication.
1212
///
1313
/// - Parameters:
14-
/// - domain: Select the protocol family which should be used for
15-
/// communication
16-
/// - type: Specify the semantics of communication
17-
/// - protocol: Specify a particular protocol to use with the socket.
18-
/// Normally, there is only one protocol for a particular connection
19-
/// type within a protocol family, so a default argument of `.default`
20-
/// is provided
14+
/// - domain: Select the protocol family which should be used for
15+
/// communication
16+
/// - type: Specify the semantics of communication
17+
/// - protocol: Specify a particular protocol to use with the socket.
18+
/// Normally, there is only one protocol for a particular connection
19+
/// type within a protocol family, so a default argument of `.default`
20+
/// is provided
2121
/// - retryOnInterrupt: Whether to retry the open operation
2222
/// if it throws ``Errno/interrupted``.
2323
/// The default is `true`.

0 commit comments

Comments
 (0)