diff --git a/src/core/net.c b/src/core/net.c index 4fd6a1ed..03f0205a 100644 --- a/src/core/net.c +++ b/src/core/net.c @@ -641,7 +641,7 @@ static const JanetReg net_cfuns[] = { { "net/accept-loop", cfun_stream_accept_loop, JDOC("(net/accept-loop stream handler)\n\n" - "Shorthand for running a server stream that will continuously accept new connections." + "Shorthand for running a server stream that will continuously accept new connections. " "Blocks the current fiber until the stream is closed, and will return the stream.") }, {