diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 22:20:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 22:20:16 +0800 |
commit | 77261546c3e40a9f5fca1d31d84a263d743e0b7b (patch) | |
tree | 5353c973aedb806608ab45999c577f606e50cf7d /server/test/hover | |
parent | 01e580af6a0d1a3a50b98af87bff55229df5ebee (diff) | |
download | lua-language-server-77261546c3e40a9f5fca1d31d84a263d743e0b7b.zip |
更新库
Diffstat (limited to 'server/test/hover')
-rw-r--r-- | server/test/hover/init.lua | 1 |
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. ]] |