mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Make docstring less confusing - Fix #493.
This commit is contained in:
parent
4d21b582c7
commit
540425a41b
@ -1743,8 +1743,8 @@ static const JanetReg os_cfuns[] = {
|
||||
},
|
||||
{
|
||||
"os/sleep", os_sleep,
|
||||
JDOC("(os/sleep nsec)\n\n"
|
||||
"Suspend the program for nsec seconds. 'nsec' can be a real number. Returns "
|
||||
JDOC("(os/sleep n)\n\n"
|
||||
"Suspend the program for n seconds. 'nsec' can be a real number. Returns "
|
||||
"nil.")
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user