Fix typo.

This commit is contained in:
Calvin Rose 2020-11-11 15:34:41 -06:00
parent c192caa349
commit 4f10264f76
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ static const JanetReg net_cfuns[] = {
JDOC("(net/address host port &opt type)\n\n"
"Look up the connection information for a given hostname, port, and connection type. Returns "
"a handle that can be used to send datagrams over network without establishing a connection. "
"On Posix platforms, you can use :unix for host to connet to a unix domain socket, where the name is "
"On Posix platforms, you can use :unix for host to connect to a unix domain socket, where the name is "
"given in the port argument. On Linux, abstract "
"unix domain sockets are specified with a leading '@' character in port.")
},