Skip to content

Commit b3a34f8

Browse files
izeyesnicoll
authored andcommitted
Polish doc
Closes gh-1843
1 parent 79adffd commit b3a34f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-databuffer-codec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ writing, and a separate `flip()` operation to switch between the two I/O operat
4444
In general, the following invariant holds for the read position, write position, and the capacity:
4545

4646
--
47-
`0` <= _read position_ <= _write position_ <= _capacity_
47+
0 <= read position <= write position <= capacity
4848
--
4949

5050
When reading bytes from the `DataBuffer`, the read position is automatically updated in accordance with

0 commit comments

Comments
 (0)