Skip to content

Commit 3608a50

Browse files
committed
[saferecl.rcu.base] Fix description of "specialization"
1 parent 83aa524 commit 3608a50

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
@@ -11747,7 +11747,7 @@
1174711747

1174811748
\pnum
1174911749
Objects of type \tcode{T} to be protected by RCU inherit from
11750-
a specialization of \tcode{rcu_obj_base<T,D>}.
11750+
a specialization \tcode{rcu_obj_base<T, D>} for some \tcode{D}.
1175111751

1175211752
\begin{codeblock}
1175311753
namespace std {

0 commit comments

Comments
 (0)