commit a069e88b4ea593419181271bfb41154e45b81090
parent 73ddb6daf98d7adee2dd0dc033723383e38b0ebe
Author: Jack Rowlingson <jrowlingson@esri.com>
Date: Tue, 6 Dec 2022 11:44:43 -0500
docs(lua): correct vim.spell.check example (#21311)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: ~