summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-03-30 02:42:02 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-03-30 02:42:02 +0800
commit635b266a9188cf87ae856a21308347c113c52250 (patch)
tree76e9d80067b2b602f0b686cf25f655a3da871f09 /test/example
parentbaa04101dfe6ce82046ec53eb7b52cedb02876ba (diff)
downloadlua-language-server-635b266a9188cf87ae856a21308347c113c52250.zip
update
Diffstat (limited to 'test/example')
-rw-r--r--test/example/guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/guide.txt b/test/example/guide.txt
index cff05faf..1aef61ae 100644
--- a/test/example/guide.txt
+++ b/test/example/guide.txt
@@ -2718,7 +2718,7 @@ function m.viewInferType(infers)
or src.type == 'doc.type.name'
or src.type == 'doc.type.array'
or src.type == 'doc.type.table'
- or src.type == 'doc.type.enum'
+ or src.type == 'doc.type.string'
or src.type == 'doc.resume' then
local tp = infer.type or 'any'
if not mark[tp] then