Skip to content

Commit 3f72028

Browse files
authored
Merge pull request Snailclimb#303 from JoeMinty/patch-2
modify error word
2 parents 9aefe25 + 6715e47 commit 3f72028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/Multithread/JavaConcurrencyAdvancedCommonInterviewQuestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Atomic 翻译成中文是原子的意思。在化学上,我们知道原子是
429429
**引用类型**
430430

431431
- AtomicReference:引用类型原子类
432-
- AtomicStampedRerence:原子更新引用类型里的字段原子类
432+
- AtomicStampedReference:原子更新引用类型里的字段原子类
433433
- AtomicMarkableReference :原子更新带有标记位的引用类型
434434

435435
**对象的属性修改类型**

0 commit comments

Comments
 (0)