Skip to content

Commit 97780a7

Browse files
committed
Merge pull request #1 from maghoff/patch-1
Fix typo
2 parents 2dd9b01 + dcafbc1 commit 97780a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-unix-socket.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ Some functionality is notably absent from this proposal:
445445
* No support for `SOCK_SEQPACKET` sockets is proposed, as it has not yet been
446446
implemented. Since it is connection oriented, there will be a socket type
447447
`UnixSeqPacket` and a listener type `UnixSeqListener`. The naming of the
448-
listener is a bit unfortunate, but use `SOCK_SEQPACKET` is rare compared to
449-
`SOCK_STREAM` so naming priority can go to that version.
448+
listener is a bit unfortunate, but use of `SOCK_SEQPACKET` is rare compared
449+
to `SOCK_STREAM` so naming priority can go to that version.
450450
* Unix sockets support file descriptor and credential transfer, but these will
451451
not initially be supported as the `sendmsg`/`recvmsg` interface is complex
452452
and bindings will need some time to prototype.

0 commit comments

Comments
 (0)