Skip to content

Commit 013e01f

Browse files
jwakelyzygoloid
authored andcommitted
[atomics.syn] Replace comma with period
Reported by Stephan T. Lavavej. Fixes cplusplus#340
1 parent 6512d97 commit 013e01f

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
@@ -81,7 +81,7 @@
8181
bool atomic_compare_exchange_strong(@\textit{atomic-type}@*, T*, T) noexcept;
8282
bool atomic_compare_exchange_weak_explicit(volatile @\textit{atomic-type}@*, T*, T,
8383
memory_order, memory_order) noexcept;
84-
bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T.
84+
bool atomic_compare_exchange_weak_explicit(@\textit{atomic-type}@*, T*, T,
8585
memory_order, memory_order) noexcept;
8686
bool atomic_compare_exchange_strong_explicit(volatile @\textit{atomic-type}@*, T*, T,
8787
memory_order, memory_order) noexcept;

0 commit comments

Comments
 (0)