1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-13 17:06:49 +00:00

Add space in docstring.

This commit is contained in:
Calvin Rose 2021-01-07 18:57:13 -06:00
parent 32e8ac912d
commit 2abb87eb63

View File

@ -641,7 +641,7 @@ static const JanetReg net_cfuns[] = {
{ {
"net/accept-loop", cfun_stream_accept_loop, "net/accept-loop", cfun_stream_accept_loop,
JDOC("(net/accept-loop stream handler)\n\n" 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.") "Blocks the current fiber until the stream is closed, and will return the stream.")
}, },
{ {