Skip to content

Commit 2b42733

Browse files
authored
Rephrase pandoc.path docs (#7548)
1 parent b185560 commit 2b42733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/lua-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,7 +3442,7 @@ filepath
34423442

34433443
Returns:
34443444

3445-
- `true` iff `filepath` is an absolute path, `false` otherwise.
3445+
- `true` if `filepath` is an absolute path, `false` otherwise.
34463446
(boolean)
34473447

34483448
### is_relative (filepath) {#pandoc.path.is_relative}
@@ -3456,7 +3456,7 @@ filepath
34563456

34573457
Returns:
34583458

3459-
- `true` iff `filepath` is a relative path, `false` otherwise.
3459+
- `true` if `filepath` is a relative path, `false` otherwise.
34603460
(boolean)
34613461

34623462
### join (filepaths) {#pandoc.path.join}

0 commit comments

Comments
 (0)