diff options
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 0eaf7471..ba4a8bb9 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -724,7 +724,7 @@ function getTags(item) end ]=] LUADOC_DESC_FIELD = [=[ -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 = [=[ -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 |