Skip to content

Commit 4e2297b

Browse files
authored
[thread.stoptoken.syn] "class template", not just "class"; fix spacing (#5799)
1 parent 37d46b0 commit 4e2297b

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
@@ -498,9 +498,9 @@
498498
};
499499
inline constexpr nostopstate_t nostopstate{};
500500

501-
// \ref{stopcallback}, class \tcode{stop_callback}
501+
// \ref{stopcallback}, class template \tcode{stop_callback}
502502
template<class Callback>
503-
class stop_callback;
503+
class stop_callback;
504504
}
505505
\end{codeblock}
506506

0 commit comments

Comments
 (0)