mirror of
https://github.com/janet-lang/janet
synced 2024-12-01 12:29: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,
|
"os/sleep", os_sleep,
|
||||||
JDOC("(os/sleep nsec)\n\n"
|
JDOC("(os/sleep n)\n\n"
|
||||||
"Suspend the program for nsec seconds. 'nsec' can be a real number. Returns "
|
"Suspend the program for n seconds. 'nsec' can be a real number. Returns "
|
||||||
"nil.")
|
"nil.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user