Skip to content

Commit 592e0da

Browse files
committed
docs: 更正错别字
1 parent f1efa47 commit 592e0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concurrent/Java并发简介.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public class Singleton {
340340

341341
这类乐观锁指令常见的有:
342342

343-
- 测试并设置(Test-amd-Set)
343+
- 测试并设置(Test-and-Set)
344344
- 获取并增加(Fetch-and-Increment)
345345
- 交换(Swap)
346346
- 比较并交换(CAS)

0 commit comments

Comments
 (0)