mirror of
https://github.com/janet-lang/janet
synced 2025-06-30 00:53:08 +00:00
Fix docstring for os/cd - Fixes #307
This commit is contained in:
parent
77343e02e9
commit
0600b32908
@ -1028,7 +1028,7 @@ static const JanetReg os_cfuns[] = {
|
|||||||
{
|
{
|
||||||
"os/cd", os_cd,
|
"os/cd", os_cd,
|
||||||
JDOC("(os/cd path)\n\n"
|
JDOC("(os/cd path)\n\n"
|
||||||
"Change current directory to path. Returns true on success, false on failure.")
|
"Change current directory to path. Returns nil on success, errors on failure.")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"os/mkdir", os_mkdir,
|
"os/mkdir", os_mkdir,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user