docs(lua): adjust some type annotations

This commit is contained in:
notomo
2023-01-04 20:48:41 +09:00
committed by GitHub
parent ef18c9f9b0
commit e35b9020b1
6 changed files with 14 additions and 14 deletions

View File

@@ -383,7 +383,7 @@ end
--- Lists all the references to the symbol under the cursor in the quickfix window.
---
---@param context (table) Context for the request
---@param context (table|nil) Context for the request
---@see https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references
---@param options table|nil additional options
--- - on_list: (function) handler for list results. See |lsp-on-list-handler|