summaryrefslogtreecommitdiff
path: root/locale/zh-cn
diff options
context:
space:
mode:
Diffstat (limited to 'locale/zh-cn')
-rw-r--r--locale/zh-cn/script.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index 302cd718..09225d2e 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/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'>`