diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-18 15:39:57 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-18 15:39:57 +0800 |
commit | a8cda2ab6ba4b63fee5bf1791dd9a97842a6683e (patch) | |
tree | 46ec738b2d81c5b9b1595ef9332dfcc04d85158b /server/libs/@lua/math.lni | |
parent | 255d362b9d359599d0e8868a7b9797dbdc5c360a (diff) | |
download | lua-language-server-a8cda2ab6ba4b63fee5bf1791dd9a97842a6683e.zip |
更新库
Diffstat (limited to 'server/libs/@lua/math.lni')
-rw-r--r-- | server/libs/@lua/math.lni | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/libs/@lua/math.lni b/server/libs/@lua/math.lni index 90b92c79..2e20ff79 100644 --- a/server/libs/@lua/math.lni +++ b/server/libs/@lua/math.lni @@ -71,8 +71,6 @@ type = 'number' `````````` name = 'x' type = 'number' -optional = 'self' -default = 1 [[.returns]] type = 'number' |