mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Fix bad docstring change.
This commit is contained in:
parent
7748ccdb8e
commit
544b192f8c
@ -323,7 +323,7 @@ static struct addrinfo *janet_get_addrinfo(Janet *argv, int32_t offset, int sock
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
JANET_CORE_FN(cfun_net_sockaddr,
|
JANET_CORE_FN(cfun_net_sockaddr,
|
||||||
"(net/address host &opt port type multi)",
|
"(net/address host port &opt type multi)",
|
||||||
"Look up the connection information for a given hostname, port, and connection type. Returns "
|
"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. "
|
"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 connect 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 "
|
||||||
|
Loading…
Reference in New Issue
Block a user