diff options
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) ]=] |