diff options
-rw-r--r-- | runtime/doc/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index a5e99ae162..27b5a39459 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -733,7 +733,7 @@ vim.spell.check({str}) *vim.spell.check()* vim.spell.check("the quik brown fox") -- => -- { - -- {'quik', 'bad', 4} + -- {'quik', 'bad', 5} -- } < Parameters: ~ |