docs(lua): correct vim.spell.check example (#21311)

This commit is contained in:
Jack Rowlingson
2022-12-06 11:44:43 -05:00
committed by GitHub
parent 73ddb6daf9
commit a069e88b4e

View File

@@ -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: ~