Skip to content

Commit 092a4ec

Browse files
Update p1-syncmutex.md
1 parent ca546ac commit 092a4ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lec12/p1-syncmutex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ backgroundColor: white
108108
---
109109

110110
##### 方案一:先检查,后留便签
111-
- 使用便签来避免重复购买面包
111+
- 使用便签来避免**重复**购买面包
112112
- 购买之前留下一张便签
113113
- 买完后移除该便签
114114
- 别人看到便签时,就不去购买面包
@@ -126,7 +126,7 @@ backgroundColor: white
126126
---
127127

128128
##### 方案一的分析
129-
- 偶尔会购买太多面包 - 重复
129+
- 偶尔会**重复**购买面包
130130
- 检查面包和便签后帖便签前,有其他人检查面包和便签
131131

132132
- 解决方案只是间歇性地失败

0 commit comments

Comments
 (0)