Skip to content

Commit f131b37

Browse files
authored
[library.general,tab:thread.summary] Update references to renamed Clause (#6149)
1 parent 40cfc37 commit f131b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
The regular expressions library\iref{re} provides regular expression matching and searching.
122122

123123
\pnum
124-
The thread support library\iref{thread} provides components to create
124+
The concurrency support library\iref{thread} provides components to create
125125
and manage threads,
126126
including atomic operations, mutual exclusion, and interthread communication.
127127

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
and values
1010
between threads, as summarized in \tref{thread.summary}.
1111

12-
\begin{libsumtab}{Thread support library summary}{thread.summary}
12+
\begin{libsumtab}{Concurrency support library summary}{thread.summary}
1313
\ref{thread.req} & Requirements & \\ \rowsep
1414
\ref{thread.stoptoken}& Stop tokens & \tcode{<stop_token>} \\ \rowsep
1515
\ref{thread.threads} & Threads & \tcode{<thread>} \\ \rowsep

0 commit comments

Comments
 (0)