mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
docs: fix type warnings
This commit is contained in:

committed by
Lewis Russell

parent
01be28b370
commit
bc0bf9d030
@@ -258,7 +258,7 @@ end
|
||||
|
||||
--- @private
|
||||
---
|
||||
--- @param opts InspectTreeOpts
|
||||
--- @param opts InspectTreeOpts?
|
||||
function M.inspect_tree(opts)
|
||||
vim.validate({
|
||||
opts = { opts, 't', true },
|
||||
|
Reference in New Issue
Block a user