mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
docs: fix typos
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: himanoa <matsunoappy@gmail.com>
This commit is contained in:
@@ -655,7 +655,7 @@ end
|
||||
--- vim.validate{arg1={{'foo'}, {'table', 'string'}}, arg2={'foo', {'table', 'string'}}}
|
||||
--- --> NOP (success)
|
||||
---
|
||||
--- vim.validate{arg1={1, {'string', table'}}}
|
||||
--- vim.validate{arg1={1, {'string', 'table'}}}
|
||||
--- --> error('arg1: expected string|table, got number')
|
||||
---
|
||||
--- </pre>
|
||||
|
Reference in New Issue
Block a user