From 38838fb00ab3d2ebaefc820cebcc5990ea98ea03 Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Sat, 16 Nov 2024 18:32:09 -0800 Subject: fix(lsp): type-errors, other nits in vim.lsp.log #31235 --- runtime/doc/lsp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 87df1e06d6..a7d6844dd4 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -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 ============================================================================== -- cgit