File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments