Skip to content

Commit ac78ae7

Browse files
timsong-cpptkoeppe
authored andcommitted
[atomics.ref.float] Fix spelling of placeholder
1 parent 3bce8f7 commit ac78ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3725,7 +3725,7 @@
37253725
There are specializations of the \tcode{atomic_ref} class template
37263726
for all floating-point types.
37273727
For each such type \tcode{\placeholder{floating-point-type}},
3728-
the specialization \tcode{atomic_ref<\placeholder{floating-\-point}>} provides
3728+
the specialization \tcode{atomic_ref<\placeholder{floating-\-point-type}>} provides
37293729
additional atomic operations appropriate to floating-point types.
37303730

37313731
\pnum

0 commit comments

Comments
 (0)