From 4332844d8906a5099a68aa200fb73c3932a26cbb Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 15 May 2017 09:10:15 -0700 Subject: [PATCH] Fix javadoc typo --- CHANGELOG.md | 6 ++++++ include/beast/core/buffer_prefix.hpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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. */