Skip to content

Commit

Permalink
コード修飾ミスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Dec 23, 2024
1 parent eef0639 commit d440b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/atomic/atomic_fetch_max_explicit.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main()
std::cout << ret << std::endl;
}
```
* std::atomic_fetch_add_maxlicit[color ff0000]
* std::atomic_fetch_max_explicit[color ff0000]


### 出力
Expand Down
2 changes: 1 addition & 1 deletion reference/atomic/atomic_fetch_min_explicit.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main()
std::cout << ret << std::endl;
}
```
* std::atomic_fetch_add_maxlicit[color ff0000]
* std::atomic_fetch_min_explicit[color ff0000]


### 出力
Expand Down

0 comments on commit d440b08

Please sign in to comment.