Skip to content

Commit 46aa013

Browse files
committed
Update is_subpath comment
1 parent 0f11a11 commit 46aa013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neo-tree/utils/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)