Skip to content

Commit

Permalink
docs: update slice data pointer same as other pointer naming (envoypr…
Browse files Browse the repository at this point in the history
…oxy#31160)

doc: update slice data pointer representation same as other pointer naming

Signed-off-by: amila <amila.15@cse.mrt.ac.lk>
  • Loading branch information
Amila-Rukshan authored Dec 7, 2023
1 parent 3359a46 commit 5ac8f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/buffer/buffer_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Buffer {
* +-----------------+----------------+----------------------+
* ^ ^ ^ ^
* | | | |
* base_ data() base_ + reservable_ base_ + capacity_
* base_ base_ + data_ base_ + reservable_ base_ + capacity_
*/
class Slice {
public:
Expand Down

0 comments on commit 5ac8f93

Please sign in to comment.