mirror of
https://github.com/janet-lang/janet
synced 2024-11-29 03:19:54 +00:00
Fix os/link docstring - Address #323
This commit is contained in:
parent
3aca5502dc
commit
6a63b13d69
@ -1271,8 +1271,8 @@ static const JanetReg os_cfuns[] = {
|
||||
{
|
||||
"os/link", os_link,
|
||||
JDOC("(os/link oldpath newpath &opt symlink)\n\n"
|
||||
"Create a symlink from oldpath to newpath. The 3 optional paramater "
|
||||
"enables a hard link over a soft link. Does not work on Windows.")
|
||||
"Create a symlink from oldpath to newpath. The 3rd optional paramater "
|
||||
"enables a symlink over a hard link. Does not work on Windows.")
|
||||
},
|
||||
{
|
||||
"os/readlink", os_readlink,
|
||||
|
Loading…
Reference in New Issue
Block a user