Fix docstring for os/cd - Fixes #307

This commit is contained in:
Calvin Rose 2020-03-13 15:01:48 -05:00
parent 77343e02e9
commit 0600b32908
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ static const JanetReg os_cfuns[] = {
{
"os/cd", os_cd,
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,