From 544b192f8cc6360fcec8b4208df1408ebd7df6d3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 25 Sep 2021 14:32:23 -0500 Subject: [PATCH] Fix bad docstring change. --- src/core/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/net.c b/src/core/net.c index e1ad9377..0202f226 100644 --- a/src/core/net.c +++ b/src/core/net.c @@ -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 "