Skip to content

Commit 8f39f81

Browse files
authored
docs: fix is_relative_to return (#5)
1 parent b31547d commit 8f39f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers/path.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
---@field parents fun(self): Path[]
2323
---@field parts fun(self): string[]
2424
---@field relative_to fun(self, base: Path|string): Path
25-
---@field is_relative_to fun(self, base: Path|string): Path?
25+
---@field is_relative_to fun(self, base: Path|string): boolean
2626
---@field root fun(self): Path?
2727
---@field sibling fun(self, name: Path|string): Path
2828
---@field stem fun(self): string

0 commit comments

Comments
 (0)