From 520fa3b105587bb080c69bf5886b11b110d4bfc6 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 21 Sep 2024 22:42:12 +0800 Subject: [PATCH] docs: reword is_absolute and has_root properties --- docs/plugins/types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/types.md b/docs/plugins/types.md index 7ac31ea6..7e1ec1fb 100644 --- a/docs/plugins/types.md +++ b/docs/plugins/types.md @@ -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: