mirror of
https://github.com/neovim/neovim.git
synced 2026-02-17 09:04:19 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
--- ```
|
||||
---
|
||||
--- @param str string
|
||||
--- @return {[1]: string, [2]: 'bad'|'rare'|'local'|'caps', [3]: integer}[]
|
||||
--- @return [string, 'bad'|'rare'|'local'|'caps', integer][]
|
||||
--- List of tuples with three items:
|
||||
--- - The badly spelled word.
|
||||
--- - The type of the spelling error:
|
||||
|
||||
Reference in New Issue
Block a user