Fix javadoc typo

This commit is contained in:
Vinnie Falco
2017-05-15 09:10:15 -07:00
parent 11eaead294
commit 4332844d89
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Version 42
* Fix javadoc typo
--------------------------------------------------------------------------------
Version 41
* Trim Appveyor matrix rows

View File

@ -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.
*/