Skip to content

Commit d43d4de

Browse files
committed
docs: fix wrong description
1 parent bf5f32e commit d43d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm i node-unix-socket
3030

3131
## Seqpacket Sockets
3232

33-
`SOCK_SEQPACKET` sockets are like `SOCK_DGRAM` sockets and they will keep message boundaries.
33+
`SOCK_SEQPACKET` sockets are like `SOCK_STREAM` sockets while they keeps message boundaries.
3434

3535
Note that `SOCK_SEQPACKET` sockets don't work on MacOS.
3636

0 commit comments

Comments
 (0)