Skip to content

Commit afed449

Browse files
committed
[thread.sema.cnt] "Class" -> "Class template" in description of a class
template.
1 parent 1b2bfda commit afed449

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
@@ -4745,7 +4745,7 @@
47454745
\end{codeblock}
47464746

47474747
\pnum
4748-
Class \tcode{counting_semaphore} maintains an internal counter
4748+
Class template \tcode{counting_semaphore} maintains an internal counter
47494749
that is initialized when the semaphore is created.
47504750
The counter is decremented when a thread acquires the semaphore, and
47514751
is incremented when a thread releases the semaphore.

0 commit comments

Comments
 (0)