You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/11/05 09:38:34 UTC

[dubbo-website] branch master updated: Update threadpool.md (#515)

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

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a3077ec  Update threadpool.md (#515)
a3077ec is described below

commit a3077ec7160d686c38b1ace5462ab7c31a256b7c
Author: codingzyf <gl...@163.com>
AuthorDate: Tue Nov 5 17:38:24 2019 +0800

    Update threadpool.md (#515)
---
 docs/zh-cn/dev/impls/threadpool.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/dev/impls/threadpool.md b/docs/zh-cn/dev/impls/threadpool.md
index 6d06c60..10f5e74 100644
--- a/docs/zh-cn/dev/impls/threadpool.md
+++ b/docs/zh-cn/dev/impls/threadpool.md
@@ -2,7 +2,7 @@
 
 ## 扩展说明
 
-服务提供方线程程实现策略,当服务器收到一个请求时,需要在线程池中创建一个线程去执行服务提供方业务逻辑。
+服务提供方线程池实现策略,当服务器收到一个请求时,需要在线程池中创建一个线程去执行服务提供方业务逻辑。
 
 ## 扩展接口