This commit is contained in:
Akmadan23
2023-11-24 12:45:25 +01:00
parent fabea3376e
commit 0b31f0688e
2 changed files with 1 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ M.path_separator = path_separator
--- Get the node and index of the node from the tree that matches the predicate.
--- The explored nodes are those displayed on the view.
---@param nodes Node[]
---@param nodes Node[]
---@param fn fun(node: Node): boolean
---@return table|nil
---@return number