mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
docs(lua): correct vim.spell.check example (#21311)
This commit is contained in:
@@ -733,7 +733,7 @@ vim.spell.check({str}) *vim.spell.check()*
|
|||||||
vim.spell.check("the quik brown fox")
|
vim.spell.check("the quik brown fox")
|
||||||
-- =>
|
-- =>
|
||||||
-- {
|
-- {
|
||||||
-- {'quik', 'bad', 4}
|
-- {'quik', 'bad', 5}
|
||||||
-- }
|
-- }
|
||||||
<
|
<
|
||||||
Parameters: ~
|
Parameters: ~
|
||||||
|
Reference in New Issue
Block a user