docs(lsp): change type annotations from number → integer (#22510)

This commit is contained in:
Jaehwang Jung
2023-03-07 15:17:52 +09:00
committed by GitHub
parent 7a44231832
commit 706bcab75e
10 changed files with 207 additions and 205 deletions

View File

@@ -483,7 +483,7 @@ end)
local M = {}
---The snippet node type enum
---@types table<string, number>
---@types table<string, integer>
M.NodeType = Node.Type
---Parse snippet string and returns the AST