summaryrefslogtreecommitdiff
path: root/server/test/hover
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-17 22:20:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-17 22:20:16 +0800
commit77261546c3e40a9f5fca1d31d84a263d743e0b7b (patch)
tree5353c973aedb806608ab45999c577f606e50cf7d /server/test/hover
parent01e580af6a0d1a3a50b98af87bff55229df5ebee (diff)
downloadlua-language-server-77261546c3e40a9f5fca1d31d84a263d743e0b7b.zip
更新库
Diffstat (limited to 'server/test/hover')
-rw-r--r--server/test/hover/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test/hover/init.lua b/server/test/hover/init.lua
index 052b0cfd..0321a952 100644
--- a/server/test/hover/init.lua
+++ b/server/test/hover/init.lua
@@ -179,4 +179,5 @@ string.<?lower?>()
[[
function string.lower(string)
-> string
+Returns a copy of this string with all uppercase letters changed to lowercase.
]]