We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fdc14 commit dbf1e3aCopy full SHA for dbf1e3a
include/queue/wait_queue.hpp
@@ -196,7 +196,7 @@ concept supports_size = requires (Ctr ctr) {
196
*
197
* @tparam T Type of value that will be passed through the queue.
198
199
- * @tparam Container that is used as the underlying data queue.
+ * @tparam Container Type of container that is used as the underlying data queue.
200
201
* @pre The value type must be either copy constructible or move constructible. It does not
202
* have to be both, and in particular a default constructor is not required.
0 commit comments