From 09b438485ae8085a4c80e722555c757d4af95fb3 Mon Sep 17 00:00:00 2001 From: yanyongyu <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:44:33 +0800 Subject: [PATCH] :pencil2: fix typo --- website/docs/tutorial/plugin/matcher-operation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/plugin/matcher-operation.md b/website/docs/tutorial/plugin/matcher-operation.md index bc4208d1..64ac9168 100644 --- a/website/docs/tutorial/plugin/matcher-operation.md +++ b/website/docs/tutorial/plugin/matcher-operation.md @@ -42,7 +42,7 @@ async def _(): ## pause -向用户回复一条消息(可选),并立即当前事件处理依赖并等待接收一个新的事件后进入下一个事件处理依赖。 +向用户回复一条消息(可选),并立即结束当前事件处理依赖并等待接收一个新的事件后进入下一个事件处理依赖。 类似于 `receive` 的行为但可以根据事件来决定是否接收新的事件。