Rephrase pandoc.path docs (#7548)

This commit is contained in:
Quinn 2021-09-05 05:47:01 +00:00 committed by GitHub
parent b185560a8e
commit 2b427331d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}