fix(lsp): type-errors, other nits in vim.lsp.log #31235

This commit is contained in:
Maria José Solano
2024-11-16 18:32:09 -08:00
committed by GitHub
parent cdc9baeaf8
commit 38838fb00a
2 changed files with 6 additions and 5 deletions

View File

@@ -2149,7 +2149,7 @@ should_log({level}) *vim.lsp.log.should_log()*
• {level} (`integer`) log level
Return: ~
(`bool`) true if would log, false if not
(`boolean`) true if would log, false if not
==============================================================================