From c801be0932a5b4cae51f1e6320328d266b168c05 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 19 Aug 2025 08:49:07 +0200 Subject: [PATCH] [atomics.types.float] Fix typo --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 6202596dfa..679466c713 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -5452,7 +5452,7 @@ memory_order = memory_order::seq_cst) noexcept; @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) volatile noexcept; - constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(f@\placeholdernc{loating-point-type}@, + constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@, memory_order = memory_order::seq_cst) noexcept; void store_add(@\placeholdernc{floating-point-type}@,