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

albumenj 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 403ccf537e Update concurrency-control.md (#2276)
403ccf537e is described below

commit 403ccf537e1401c41941c83db3f138beb4302dad
Author: mfordjody <[email protected]>
AuthorDate: Thu Feb 23 20:14:01 2023 +0800

    Update concurrency-control.md (#2276)
---
 content/zh-cn/docsv2.7/user/examples/concurrency-control.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh-cn/docsv2.7/user/examples/concurrency-control.md 
b/content/zh-cn/docsv2.7/user/examples/concurrency-control.md
index fd8402268b..d2ec220c8d 100644
--- a/content/zh-cn/docsv2.7/user/examples/concurrency-control.md
+++ b/content/zh-cn/docsv2.7/user/examples/concurrency-control.md
@@ -6,7 +6,7 @@ weight: 28
 description: "Dubbo 中的并发控制"
 ---
 
-## 配置样例
+## 示例
 
 ### 样例 1
 
@@ -71,4 +71,4 @@ description: "Dubbo 中的并发控制"
 
 ```xml
 <dubbo:service interface="com.foo.BarService" loadbalance="leastactive" />
-```
\ No newline at end of file
+```

Reply via email to