diff options
author | sumneko <sumneko@hotmail.com> | 2019-06-06 13:00:20 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-06-06 13:00:20 +0800 |
commit | 3f139d12e8f66b30b6f4b9a47501b10cb111830d (patch) | |
tree | a36f7157999f34ae8e644f47f35e54cce074c12b /server/locale/en-US/libs/@lua | |
parent | 682f29be361e14af111232288dba87a7003dd959 (diff) | |
download | lua-language-server-3f139d12e8f66b30b6f4b9a47501b10cb111830d.zip |
叒改名了
Diffstat (limited to 'server/locale/en-US/libs/@lua')
-rw-r--r-- | server/locale/en-US/libs/@lua/coroutine.lni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/locale/en-US/libs/@lua/coroutine.lni b/server/locale/en-US/libs/@lua/coroutine.lni index e5245206..910638ec 100644 --- a/server/locale/en-US/libs/@lua/coroutine.lni +++ b/server/locale/en-US/libs/@lua/coroutine.lni @@ -7,8 +7,8 @@ description = 'Returns true when the running coroutine can yield.' ['isyieldable Lua 5.4'] description = 'Returns true when the coroutine `co` can yield. The default for `co` is the running coroutine.' -[kill] -description = 'Kills coroutine `co` , closing all its pending to-be-closed variables and putting the coroutine in a dead state.' +[close] +description = 'Closes coroutine `co` , closing all its pending to-be-closed variables and putting the coroutine in a dead state.' [resume] description = 'Starts or continues the execution of coroutine `co`.' |