Skip to content

Commit

Permalink
Reformat os.md to placate the style checker
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq authored Jan 3, 2024
1 parent 3608a3d commit 0ddd2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/ref/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0ddd2ff

Please sign in to comment.