From 2abb87eb631d11910760d790efaef19c2604b671 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 7 Jan 2021 18:57:13 -0600 Subject: [PATCH] Add space in docstring. --- 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 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.") }, {