mirror of
https://github.com/janet-lang/janet
synced 2025-08-29 17:08:03 +00:00
Make format.
This commit is contained in:
@@ -1403,8 +1403,8 @@ static const JanetReg os_cfuns[] = {
|
||||
{
|
||||
"os/realpath", os_realpath,
|
||||
JDOC("(os/realpath path)\n\n"
|
||||
"Get the absolute path for a given path, following ../, ./, and symlinks. "
|
||||
"Returns an absolute path as a string. Will raise an error on Windows.")
|
||||
"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
|
||||
{NULL, NULL, NULL}
|
||||
|
Reference in New Issue
Block a user