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 committed Jan 3, 2024
1 parent a1a56e9 commit 266e01d
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 266e01d

Please sign in to comment.