Skip to content

Commit 2cbbe1c

Browse files
K-ballozygoloid
authored andcommitted
[thread.thread.id] Fix wrong uses of "shall"
1 parent afa8c50 commit 2cbbe1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/threads.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
does not represent threads of execution.
396396

397397
\pnum
398-
\tcode{thread::id} shall be a trivially copyable class\iref{class}.
398+
\tcode{thread::id} is a trivially copyable class\iref{class}.
399399
The library may reuse the value of a \tcode{thread::id} of a terminated thread that can no longer be joined.
400400

401401
\pnum
@@ -481,8 +481,8 @@
481481
\begin{itemdescr}
482482
\pnum\effects Inserts an unspecified text representation of \tcode{id} into
483483
\tcode{out}. For two objects of type \tcode{thread::id} \tcode{x} and \tcode{y},
484-
if \tcode{x == y} the \tcode{thread::id} objects shall have the same text
485-
representation and if \tcode{x != y} the \tcode{thread::id} objects shall have
484+
if \tcode{x == y} the \tcode{thread::id} objects have the same text
485+
representation and if \tcode{x != y} the \tcode{thread::id} objects have
486486
distinct text representations.
487487

488488
\pnum\returns \tcode{out}.

0 commit comments

Comments
 (0)