diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-04-16 20:11:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-04-16 20:11:28 +0800 |
commit | e676b97ee6c54ac843b51f2d6062689a428f0c28 (patch) | |
tree | f15793684a43e0550927f4432c99ef33c4ade13d /server/locale/en-US/libs/@lua | |
parent | 427de0d7ca00fb5839fb395795b8035a810a69b8 (diff) | |
download | lua-language-server-e676b97ee6c54ac843b51f2d6062689a428f0c28.zip |
math.power -> math.pow
Diffstat (limited to 'server/locale/en-US/libs/@lua')
-rw-r--r-- | server/locale/en-US/libs/@lua/math.lni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/locale/en-US/libs/@lua/math.lni b/server/locale/en-US/libs/@lua/math.lni index e5bfb122..52645cee 100644 --- a/server/locale/en-US/libs/@lua/math.lni +++ b/server/locale/en-US/libs/@lua/math.lni @@ -73,7 +73,7 @@ description = 'Returns the integral part of `x` and the fractional part of `x`.' [pi] description = 'The value of *π*.' -[power] +[pow] description = 'Returns `x ^ y` .' [rad] |