summaryrefslogtreecommitdiff
path: root/server/libs
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/libs
parent427de0d7ca00fb5839fb395795b8035a810a69b8 (diff)
downloadlua-language-server-e676b97ee6c54ac843b51f2d6062689a428f0c28.zip
math.power -> math.pow
Diffstat (limited to 'server/libs')
-rw-r--r--server/libs/@lua/math.lni2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/libs/@lua/math.lni b/server/libs/@lua/math.lni
index ecc0360d..90b92c79 100644
--- a/server/libs/@lua/math.lni
+++ b/server/libs/@lua/math.lni
@@ -220,7 +220,7 @@ type = 'number'
[pi]
type = 'number'
-[power]
+[pow]
version = {'Lua 5.1', 'Lua 5.2', 'LuaJIT'}
[[.args]]
name = 'x'