1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-21 04:39:55 +00:00

Fix bad docstring change.

This commit is contained in:
Calvin Rose 2021-09-25 14:32:23 -05:00
parent 7748ccdb8e
commit 544b192f8c

View File

@ -323,7 +323,7 @@ static struct addrinfo *janet_get_addrinfo(Janet *argv, int32_t offset, int sock
*/
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 "
"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 "