Skip to content

Commit f133215

Browse files
Merge pull request #20 from connectivecpp/develop
Tweaked Doxygen one more time
2 parents bdea394 + dbf1e3a commit f133215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/queue/wait_queue.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ concept supports_size = requires (Ctr ctr) {
196196
*
197197
* @tparam T Type of value that will be passed through the queue.
198198
*
199-
* @tparam Container that is used as the underlying data queue.
199+
* @tparam Container Type of container that is used as the underlying data queue.
200200
*
201201
* @pre The value type must be either copy constructible or move constructible. It does not
202202
* have to be both, and in particular a default constructor is not required.

0 commit comments

Comments
 (0)