Add space in docstring.

This commit is contained in:
Calvin Rose 2021-01-07 18:57:13 -06:00
parent 32e8ac912d
commit 2abb87eb63
1 changed files with 1 additions and 1 deletions

View File

@ -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.")
},
{