This is an automated email from the ASF dual-hosted git repository.

zychen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e85e36  minor, fix typo in execution_queue.md
     new 817a80d  Merge pull request #1643 from Aaaaaaron/doc_typo_fix
3e85e36 is described below

commit 3e85e36f8e4326046b253a3c2f557f529f6b9cd3
Author: Jiatao Tao <245915...@qq.com>
AuthorDate: Thu Dec 16 20:30:55 2021 +0800

    minor, fix typo in execution_queue.md
---
 docs/cn/execution_queue.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/execution_queue.md b/docs/cn/execution_queue.md
index 21e40db..6e95ba2 100644
--- a/docs/cn/execution_queue.md
+++ b/docs/cn/execution_queue.md
@@ -112,7 +112,7 @@ template <typename T>
 int execution_queue_join(ExecutionQueueId<T> id);
 ```
 
-stop和join都可以多次调用, 都会又合理的行为。stop可以随时调用而不用当心线程安全性问题。
+stop和join都可以多次调用, 都会有合理的行为。stop可以随时调用而不用当心线程安全性问题。
 
 和fd的close类似,如果stop不被调用, 相应的资源会永久泄露。
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to