Skip to content

Commit bde8c50

Browse files
DanielBauman88Daniel Bauman
andauthored
docs: typo fix (#637)
Co-authored-by: Daniel Bauman <[email protected]>
1 parent fd9243f commit bde8c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bytes.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ use crate::Buf;
6363
/// `Bytes` contains a vtable, which allows implementations of `Bytes` to define
6464
/// how sharing/cloning is implemented in detail.
6565
/// When `Bytes::clone()` is called, `Bytes` will call the vtable function for
66-
/// cloning the backing storage in order to share it behind between multiple
67-
/// `Bytes` instances.
66+
/// cloning the backing storage in order to share it behind multiple `Bytes`
67+
/// instances.
6868
///
6969
/// For `Bytes` implementations which refer to constant memory (e.g. created
7070
/// via `Bytes::from_static()`) the cloning implementation will be a no-op.

0 commit comments

Comments
 (0)