From 031dc060e3cf2096e9171e168f15346e7d481f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sun, 26 Jun 2022 02:00:22 +0800 Subject: update description about `---@cast` --- locale/pt-br/script.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'locale/pt-br/script.lua') diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index e229454e..f8216c5c 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -973,8 +973,6 @@ LUADOC_DESC_CAST = -- TODO: need translate! [=[ Allows type casting (type conversion). -⚠️ **Not Finalized** - ## Syntax `@cast <[+|-]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) ]=] -- cgit v1.2.3