Merge pull request #1843 from izeye:patch-6

* pr/1843:
  Polish doc
This commit is contained in:
Stephane Nicoll 2018-05-31 10:20:10 +02:00
commit ab9b575da6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ In general, the following invariant holds for the read position, write position,
[literal]
[subs="verbatim,quotes"]
--
`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