Skip to content

Commit 430b1b2

Browse files
Andreas-Krugjwakely
authored andcommitted
[atomics.types.float] Fix typo
1 parent 611d2ec commit 430b1b2

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
@@ -5452,7 +5452,7 @@
54525452
memory_order = memory_order::seq_cst) noexcept;
54535453
@\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@,
54545454
memory_order = memory_order::seq_cst) volatile noexcept;
5455-
constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(f@\placeholdernc{loating-point-type}@,
5455+
constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@,
54565456
memory_order = memory_order::seq_cst) noexcept;
54575457

54585458
void store_add(@\placeholdernc{floating-point-type}@,

0 commit comments

Comments
 (0)