Skip to content

Commit c072859

Browse files
committed
Remove grammatically incorrect sensence from documentation
1 parent 12e158a commit c072859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matroska/ebmlelement.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,10 @@ std::uint8_t EbmlElement::makeSizeDenotation(std::uint64_t size, char *buff)
374374
* \brief Makes the size denotation for the specified \a size and stores it to \a buff.
375375
* \param size Specifies the size to be denoted.
376376
* \param buff Specifies the buffer to store the denotation. Must be at least 8 bytes long.
377-
* \param minBytes Specifies the minimum number of bytes to use. Might be use allow subsequent element growth.
377+
* \param minBytes Specifies the minimum number of bytes to use.
378378
* \returns Returns the number of bytes written to \a buff. Always in the range of \a minBytes and 8.
379379
* \throws Throws InvalidDataException() if \a size can not be represented.
380+
380381
*/
381382
std::uint8_t EbmlElement::makeSizeDenotation(std::uint64_t size, char *buff, std::uint8_t minBytes)
382383
{

0 commit comments

Comments
 (0)