diff options
author | Sean Dewar <6256228+seandewar@users.noreply.github.com> | 2025-04-01 10:19:14 +0100 |
---|---|---|
committer | Sean Dewar <6256228+seandewar@users.noreply.github.com> | 2025-04-01 10:55:39 +0100 |
commit | ec6670080a71835a54e28a0f5489b0fad5f4e531 (patch) | |
tree | 4c0343111964bcf2b25f7d7eff84f8f09fba552d /runtime/doc | |
parent | 4a36f234ace7aef8ff626e753eb7bab08754fc17 (diff) | |
download | rneovim-ec6670080a71835a54e28a0f5489b0fad5f4e531.tar.gz rneovim-ec6670080a71835a54e28a0f5489b0fad5f4e531.tar.bz2 rneovim-ec6670080a71835a54e28a0f5489b0fad5f4e531.zip |
docs(eval): fix dict param type of mapset
Match maparg's return type.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/builtin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 70f8264605..a4061e7228 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -6090,7 +6090,7 @@ mapset({dict}) < Parameters: ~ - • {dict} (`boolean`) + • {dict} (`table<string,any>`) Return: ~ (`any`) |