Skip to content

Commit

Permalink
docs: reword is_absolute and has_root properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Sep 21, 2024
1 parent 4a3c00e commit 520fa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Properties:
- `is_regular` - Whether the file represented by the url is a regular file
- `is_search` - Whether the file represented by the url from the search result
- `is_archive` - Whether the file represented by the url from an archive
- `is_absolute` - Whether the file represented by the url is an absolute path
- `has_root` - Whether the file represented by the url has a root
- `is_absolute` - Whether the path represented by the url is absolute
- `has_root` - Whether the path represented by the url has a root

Methods:

Expand Down

0 comments on commit 520fa3b

Please sign in to comment.