diff --git a/website/ref/os.md b/website/ref/os.md index 373997240..3b32cfaf2 100644 --- a/website/ref/os.md +++ b/website/ref/os.md @@ -30,5 +30,5 @@ As an example, when `l` is a symbolic link to a directory: - `os:is-dir &follow-symlink=$false l` outputs `$false`, since the symbolic link file itself is not a directory. -- `os:is-dir &follow-symlink=$true l` outputs `$true`, since the symlink points - to a directory. +- `os:is-dir &follow-symlink=$true l` outputs `$true`, since the symlink + points to a directory.