Skip to content

Commit

Permalink
pw_multibuf: Add missing space to fix docs rendering
Browse files Browse the repository at this point in the history
Change-Id: Icd4d5debb7f609f395d55b3c35df2c0678d8114b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/235633
Reviewed-by: Josh Conner <[email protected]>
Pigweed-Auto-Submit: Faraaz Sareshwala <[email protected]>
Reviewed-by: Kayce Basques <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Faraaz Sareshwala <[email protected]>
  • Loading branch information
Faraaz Sareshwala authored and CQ Bot Account committed Sep 13, 2024
1 parent a60f57b commit 1b888ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_multibuf/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Most users of ``pw_multibuf`` will start by allocating a ``MultiBuf`` using
a ``MultiBufAllocator`` class, such as the ``SimpleAllocator``.

``MultiBuf`` s consist of a number of ``Chunk`` s of contiguous memory regions.
``Chunk`` s can be grown or shrunk which allows ``MultiBuf``s to be grown or
``Chunk`` s can be grown or shrunk which allows ``MultiBuf`` s to be grown or
shrunk. This allows, for example, lower layers to reserve part of a
``MultiBuf`` for a header or footer (see ``Chunk`` for more details).

Expand Down

0 comments on commit 1b888ec

Please sign in to comment.