Skip to content

Commit 9275631

Browse files
committed
修改web框架不支持的Markdown语法
1 parent 733a43b commit 9275631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

md/05内存模型与原子操作.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ int main(){
474474
475475
以上这段代码是典型的**线程不安全**,它满足:
476476
477-
- [x] 多个线程不同步地同时访问**同一** `std::shared_ptr` 对象
477+
1. 多个线程不同步地同时访问**同一** `std::shared_ptr` 对象
478478
479-
- [x] 任一线程使用 shared_ptr 的**非 const** 成员函数
479+
2. 任一线程使用 shared_ptr 的**非 const** 成员函数
480480
481481
---
482482

0 commit comments

Comments
 (0)