diff --git a/CHANGELOG.md b/CHANGELOG.md index 7805e261..7f1df071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 42 + +* Fix javadoc typo + +-------------------------------------------------------------------------------- + Version 41 * Trim Appveyor matrix rows diff --git a/include/beast/core/buffer_prefix.hpp b/include/beast/core/buffer_prefix.hpp index a89a7050..52650976 100644 --- a/include/beast/core/buffer_prefix.hpp +++ b/include/beast/core/buffer_prefix.hpp @@ -79,7 +79,7 @@ buffer_prefix(std::size_t n, entire input sequence. @param buffers An instance of @b ConstBufferSequence or - @MutableBufferSequence to adapt. A copy of the sequence + @b MutableBufferSequence to adapt. A copy of the sequence will be made, but ownership of the underlying memory is not transferred. */