style(cache): fix comment case typo (#915)

This commit is contained in:
yangbinji 2023-07-06 22:30:54 +08:00 committed by GitHub
parent 5082cd56e4
commit 867528c0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function M.setup(spec, opts)
end
local start = vim.loop.hrtime()
-- use the NEovim cache if available
-- use the Neovim cache if available
if vim.loader and vim.fn.has("nvim-0.9.1") == 1 then
package.loaded["lazy.core.cache"] = vim.loader
end