Skip to content

Commit 1b2c7b6

Browse files
committed
Update is_subpath comment
1 parent 0f11a11 commit 1b2c7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/neo-tree/utils/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ M.is_subpath = function(base, path)
922922
end
923923

924924
---Checks whether the parent file has the child path as a true descendant (i.e. not through a link).
925-
---@param parent string
925+
---@param phttps://github.com/th-ch/youtube-musicarent string
926926
---@param child string
927927
---@return boolean parent_contains_child
928928
M.is_descendant = function(parent, child)
@@ -1084,7 +1084,7 @@ M.split = function(inputString, sep)
10841084
return fields
10851085
end
10861086

1087-
---Split a path into a parentPath and a name.
1087+
---Split a path into a parent path and a name.
10881088
---@param path string? The path to split.
10891089
---@return string? parent_path
10901090
---@return string? name

0 commit comments

Comments
 (0)