Skip to content

Commit 14199ae

Browse files
authored
[atomics.ref.int, atomics.ref.float] Minor \tcode fixes (#7499)
1 parent 3443cd8 commit 14199ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,7 +3615,7 @@
36153615
\pnum
36163616
The program is ill-formed
36173617
if \tcode{is_always_lock_free} is \tcode{false} and
3618-
\tcode{is_volatile_v<T>} is true.
3618+
\tcode{is_volatile_v<T>} is \tcode{true}.
36193619

36203620
\begin{codeblock}
36213621
namespace std {
@@ -3774,7 +3774,7 @@
37743774

37753775
\pnum
37763776
The program is ill-formed
3777-
\tcode{if is_always_lock_free} is \tcode{false} and
3777+
if \tcode{is_always_lock_free} is \tcode{false} and
37783778
\tcode{is_volatile_v<T>} is \tcode{true}.
37793779

37803780
\begin{codeblock}

0 commit comments

Comments
 (0)