mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
Add space in docstring.
This commit is contained in:
parent
32e8ac912d
commit
2abb87eb63
@ -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.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user