Skip to content

Commit 582ae48

Browse files
authored
chore: fix incorrect @param (#3115)
1 parent be5b788 commit 582ae48

File tree

1 file changed

+1
-1
lines changed
  • lua/nvim-tree/renderer/decorator

1 file changed

+1
-1
lines changed

lua/nvim-tree/renderer/decorator/git.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function GitDecorator:build_icons_by_status(glyphs)
6262
self.icons_by_status.ignored = { str = glyphs.ignored, hl = { "NvimTreeGitIgnoredIcon" }, ord = 7 }
6363
end
6464

65-
---@param icons GitIconsByXY
65+
---@param icons GitIconsByStatus
6666
function GitDecorator:build_icons_by_xy(icons)
6767
self.icons_by_xy = {
6868
["M "] = { icons.staged },

0 commit comments

Comments
 (0)