diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-26 02:00:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-26 02:00:22 +0800 |
commit | 031dc060e3cf2096e9171e168f15346e7d481f41 (patch) | |
tree | 54fd3bb0d8c548c066e0d28fb7edaee40554d648 /locale/zh-cn/script.lua | |
parent | fc4e8ef687ad996f96091c664c6a9110dd087a5d (diff) | |
download | lua-language-server-031dc060e3cf2096e9171e168f15346e7d481f41.zip |
update description about `---@cast`
Diffstat (limited to 'locale/zh-cn/script.lua')
-rw-r--r-- | locale/zh-cn/script.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 09225d2e..f555312b 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -973,8 +973,6 @@ LUADOC_DESC_CAST = -- TODO: need translate! [=[ Allows type casting (type conversion). -⚠️ **Not Finalized** - ## Syntax `@cast <variable> <[+|-]type>[, <[+|-]type>]...` @@ -1004,5 +1002,5 @@ local x --> string|table print(x) --> table ``` --- -[View Proposal](https://github.com/sumneko/lua-language-server/issues/1030) +[View Wiki](https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations#cast) ]=] |