Skip to content

Commit 4018768

Browse files
committed
Fix doc comment
1 parent 9a10207 commit 4018768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/osmium/memory/buffer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ namespace osmium {
343343
}
344344

345345
/**
346-
* Returns the number of bytes currently filled in this buffer that
347-
* are not yet committed.
346+
* Returns the number of bytes currently filled in this buffer.
347+
* This includes committed and not yet committed bytes.
348348
* Always returns 0 on invalid buffers.
349349
*/
350350
std::size_t written() const noexcept {

0 commit comments

Comments
 (0)