summaryrefslogtreecommitdiff
path: root/server/locale/zh-CN/libs/@lua/math.lni
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-04-16 20:11:28 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-04-16 20:11:28 +0800
commite676b97ee6c54ac843b51f2d6062689a428f0c28 (patch)
treef15793684a43e0550927f4432c99ef33c4ade13d /server/locale/zh-CN/libs/@lua/math.lni
parent427de0d7ca00fb5839fb395795b8035a810a69b8 (diff)
downloadlua-language-server-e676b97ee6c54ac843b51f2d6062689a428f0c28.zip
math.power -> math.pow
Diffstat (limited to 'server/locale/zh-CN/libs/@lua/math.lni')
-rw-r--r--server/locale/zh-CN/libs/@lua/math.lni2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/locale/zh-CN/libs/@lua/math.lni b/server/locale/zh-CN/libs/@lua/math.lni
index f1a6768a..c89ca616 100644
--- a/server/locale/zh-CN/libs/@lua/math.lni
+++ b/server/locale/zh-CN/libs/@lua/math.lni
@@ -73,7 +73,7 @@ description = '返回 `x` 的整数部分和小数部分。'
[pi]
description = '*π* 的值。'
-[power]
+[pow]
description = '返回 `x ^ y` 。'
[rad]