From 3f139d12e8f66b30b6f4b9a47501b10cb111830d Mon Sep 17 00:00:00 2001 From: sumneko Date: Thu, 6 Jun 2019 13:00:20 +0800 Subject: =?UTF-8?q?=E5=8F=92=E6=94=B9=E5=90=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/locale/en-US/libs/@lua/coroutine.lni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/locale/en-US/libs/@lua') 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`.' -- cgit v1.2.3