aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2024-11-16 18:32:09 -0800
committerGitHub <noreply@github.com>2024-11-16 18:32:09 -0800
commit38838fb00ab3d2ebaefc820cebcc5990ea98ea03 (patch)
treeaf5d47fa02583b21534220f3b3d1150e01f45b0e /runtime/doc
parentcdc9baeaf89eb09f08427a09e3a0f86d56dcc812 (diff)
downloadrneovim-38838fb00ab3d2ebaefc820cebcc5990ea98ea03.tar.gz
rneovim-38838fb00ab3d2ebaefc820cebcc5990ea98ea03.tar.bz2
rneovim-38838fb00ab3d2ebaefc820cebcc5990ea98ea03.zip
fix(lsp): type-errors, other nits in vim.lsp.log #31235
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt2
1 files changed, 1 insertions, 1 deletions
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
==============================================================================