diff --git a/include/boost/beast/core/buffer_traits.hpp b/include/boost/beast/core/buffer_traits.hpp index 2f3c7614c4..945f4ae028 100644 --- a/include/boost/beast/core/buffer_traits.hpp +++ b/include/boost/beast/core/buffer_traits.hpp @@ -106,7 +106,7 @@ using buffers_type = typename std::conditional< This metafunction is used to determine the type of iterator used by a particular buffer sequence. - @tparam T The buffer sequence type to use. The resulting + @tparam BufferSequence The buffer sequence type to use. The resulting type alias will be equal to the iterator type used by the buffer sequence. */