Fix os/link docstring - Address #323

This commit is contained in:
Calvin Rose 2020-03-21 16:18:40 -05:00
parent 3aca5502dc
commit 6a63b13d69
1 changed files with 2 additions and 2 deletions

View File

@ -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,