Skip to content

Commit 11955d1

Browse files
committed
docs: update readme
1 parent 3dbda44 commit 11955d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## 设计思路
3131

32-
我们尝试把自己代入到作者的角色梳理一下并发工具可能的业务场景
32+
我们尝试梳理一下并发工具可能的示例业务场景
3333

3434
1. 查询商品详情:支持并发调用多个服务来组合产品属性,支持调用错误可以立即结束。
3535
2. 商品详情页自动推荐用户卡券:支持并发校验卡券,校验失败自动剔除,返回全部卡券。

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Simple scenarios using `WaitGroup` can also meet the needs, but what if we need
3131

3232
## Design ideas
3333

34-
Let's try to put ourselves in the author's shoes and sort out the possible business scenarios for the concurrency tool:
34+
Let's sort out the possible business scenarios for the concurrency tool:
3535

3636
1. querying product details: supporting concurrent calls to multiple services to combine product attributes, and supporting call errors that can be ended immediately.
3737
2. automatic recommendation of user card coupons on product details page: support concurrently verifying card coupons, automatically rejecting them if they fail, and returning all of them.

0 commit comments

Comments
 (0)