Skip to content

Commit

Permalink
docs(git): add more explanation for params
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Feb 21, 2024
1 parent c9a8812 commit 1cb5964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pathlib/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ end
---@param paths PathlibAbsPath[]
---@param git_root PathlibPath
---@param from integer # Index in paths to start scanning from.
---@param to integer # Index in paths to end scanning. Inclusive.
---@param to integer # Index in paths to end scanning. Inclusive, trucated when exceeds `#paths`.
local function fill_git_ignore_batch(paths, git_root, from, to)
if not git_root then
return
Expand Down

0 comments on commit 1cb5964

Please sign in to comment.