diff --git a/lua/git/object.lua b/lua/git/object.lua index 5aea6e3..bbd5a44 100644 --- a/lua/git/object.lua +++ b/lua/git/object.lua @@ -275,8 +275,7 @@ function M.read_uri(buf) vim.api.nvim_exec_autocmds("BufReadPost", { buffer = buf }) end ----Buffer for the file at `:`. Returns nil for a zero/nil ----blob (file absent on this side of the diff). +---Buffer for the file at `:`. Returns nil for a zero/nil blob. ---@param worktree string ---@param blob string? ---@param path string