diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 12:42:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 12:42:20 +0800 |
commit | a9ecb707e0d410c98fa050b5f744ce72b8fef473 (patch) | |
tree | 30a29544741a914a80aac30f79d0ba9ab30603be /locale/en-us/script.lua | |
parent | a086e4a20d9f3f5db9947a682e1668c04c0c5d1b (diff) | |
download | lua-language-server-a9ecb707e0d410c98fa050b5f744ce72b8fef473.zip |
rename `no-implicit-any` to `no-unknown`
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index edf76e2c..ff19d170 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -80,7 +80,7 @@ DIAG_COSE_NON_OBJECT = 'Cannot close a value of this type. (Unless set `__close` meta method)' DIAG_COUNT_DOWN_LOOP = 'Do you mean `{}` ?' -DIAG_IMPLICIT_ANY = +DIAG_UNKNOWN = 'Can not infer type.' DIAG_DEPRECATED = 'Deprecated.' |