aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2024-12-08 19:18:40 -0800
committerLewis Russell <me@lewisr.dev>2024-12-09 07:59:51 +0000
commit3bb2d027597107a3d7f84ef61507104fd4dc050a (patch)
treeea3c8cbf7981f56e84bc06ccf3a899d93ece2492 /runtime/doc
parent30726c778cfca7825654848acf5516158a7beb3d (diff)
downloadrneovim-3bb2d027597107a3d7f84ef61507104fd4dc050a.tar.gz
rneovim-3bb2d027597107a3d7f84ef61507104fd4dc050a.tar.bz2
rneovim-3bb2d027597107a3d7f84ef61507104fd4dc050a.zip
docs: fix type of vim.validate value
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lua.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index 80808abd51..dad3d92238 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -2477,7 +2477,7 @@ vim.validate({name}, {value}, {validator}, {optional}, {message})
Parameters: ~
• {name} (`string`) Argument name
- • {value} (`string`) Argument value
+ • {value} (`any`) Argument value
• {validator} (`vim.validate.Validator`)
• (`string|string[]`): Any value that can be returned
from |lua-type()| in addition to `'callable'`: