Polish doc
Closes gh-1843
This commit is contained in:
committed by
Stephane Nicoll
parent
79adffd214
commit
b3a34f8397
@@ -44,7 +44,7 @@ writing, and a separate `flip()` operation to switch between the two I/O operat
|
||||
In general, the following invariant holds for the read position, write position, and the capacity:
|
||||
|
||||
--
|
||||
`0` <= _read position_ <= _write position_ <= _capacity_
|
||||
0 <= read position <= write position <= capacity
|
||||
--
|
||||
|
||||
When reading bytes from the `DataBuffer`, the read position is automatically updated in accordance with
|
||||
|
||||
Reference in New Issue
Block a user