From e636df2c8e959181c9187f5604a91415fff34ed8 Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Fri, 20 Jun 2025 21:02:18 +0100 Subject: [PATCH] [atomics.ref.float] Fix spelling of placeholder --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 8d418aea34..1b3e2577fb 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -3725,7 +3725,7 @@ There are specializations of the \tcode{atomic_ref} class template for all floating-point types. For each such type \tcode{\placeholder{floating-point-type}}, -the specialization \tcode{atomic_ref<\placeholder{floating-\-point}>} provides +the specialization \tcode{atomic_ref<\placeholder{floating-\-point-type}>} provides additional atomic operations appropriate to floating-point types. \pnum