From dbf1e3a9a560992a67efc4b3e2c8d90b9968646c Mon Sep 17 00:00:00 2001 From: cliffg-softwarelibre Date: Mon, 9 Sep 2024 13:34:11 -0600 Subject: [PATCH] Tweaked Doxygen --- include/queue/wait_queue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/queue/wait_queue.hpp b/include/queue/wait_queue.hpp index 1687553..1de1e44 100644 --- a/include/queue/wait_queue.hpp +++ b/include/queue/wait_queue.hpp @@ -196,7 +196,7 @@ concept supports_size = requires (Ctr ctr) { * * @tparam T Type of value that will be passed through the queue. * - * @tparam Container that is used as the underlying data queue. + * @tparam Container Type of container that is used as the underlying data queue. * * @pre The value type must be either copy constructible or move constructible. It does not * have to be both, and in particular a default constructor is not required.