diff options
author | Quinn <78063175+quinn-dev@users.noreply.github.com> | 2021-09-05 05:47:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 22:47:01 -0700 |
commit | 2b427331d9906ee52e4c818375614f1931028de7 (patch) | |
tree | 669d57c50bc952c3ec0ae54f92d95ea56e740dbf /doc | |
parent | b185560a8ec1fd8a0b578de4d94ea72a3d3e2943 (diff) | |
download | pandoc-2b427331d9906ee52e4c818375614f1931028de7.tar.gz |
Rephrase pandoc.path docs (#7548)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua-filters.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 11059bd7a..e7cdd256d 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -3442,7 +3442,7 @@ filepath Returns: -- `true` iff `filepath` is an absolute path, `false` otherwise. +- `true` if `filepath` is an absolute path, `false` otherwise. (boolean) ### is_relative (filepath) {#pandoc.path.is_relative} @@ -3456,7 +3456,7 @@ filepath Returns: -- `true` iff `filepath` is a relative path, `false` otherwise. +- `true` if `filepath` is a relative path, `false` otherwise. (boolean) ### join (filepaths) {#pandoc.path.join} |