Skip to content

Commit 28b5d35

Browse files
committed
[atomics.syn] Fix typo by replacing ')' with '_'
Fixes #359
1 parent 5dece36 commit 28b5d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/atomics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
memory_order, memory_order) noexcept;
8484
bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T,
8585
memory_order, memory_order) noexcept;
86-
bool atomic_compare)exchange_strong_explicit(volatile @\textit{atomic-type}@*, T*, T,
86+
bool atomic_compare_exchange_strong_explicit(volatile @\textit{atomic-type}@*, T*, T,
8787
memory_order, memory_order) noexcept;
8888
bool atomic_compare_exchange_strong_explicit(@\textit{atomic-type}@*, T*, T,
8989
memory_order, memory_order) noexcept;

0 commit comments

Comments
 (0)