diff options
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r-- | locale/pt-br/script.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index 7224a360..8c6df41d 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -724,7 +724,7 @@ function getTags(item) end ]=] LUADOC_DESC_FIELD = -- TODO: need translate! [=[ -Decalare a field in a class/table. This allows you to provide more in-depth +Declare a field in a class/table. This allows you to provide more in-depth documentation for a table. ## Syntax @@ -932,7 +932,7 @@ local unused = "hello world" ]=] LUADOC_DESC_MODULE = -- TODO: need translate! [=[ -Provides the semantics of `reqire`. +Provides the semantics of `require`. ## Syntax `---@module <'module_name'>` @@ -1005,4 +1005,4 @@ print(x) --> table ``` --- [View Proposal](https://github.com/sumneko/lua-language-server/issues/1030) -]=] +]=]
\ No newline at end of file |