mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Tweak docstring.
This commit is contained in:
parent
3d1de237f6
commit
655633ef34
@ -1403,7 +1403,7 @@ static const JanetReg os_cfuns[] = {
|
||||
{
|
||||
"os/realpath", os_realpath,
|
||||
JDOC("(os/realpath path)\n\n"
|
||||
"Get the absolute path for a given path, resolving the relative path, following ../, ./, and symlinks. "
|
||||
"Get the absolute path for a given path, following ../, ./, and symlinks. "
|
||||
"Returns an absolute path as a string. Will raise an error on Windows.")
|
||||
},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user