Skip to content

Commit

Permalink
docs: typo fix (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bauman <danielbauman@Daniels-MacBook-Pro.local>
  • Loading branch information
DanielBauman88 and Daniel Bauman committed Oct 19, 2023
1 parent fd9243f commit bde8c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bytes.rs
Expand Up @@ -63,8 +63,8 @@ use crate::Buf;
/// `Bytes` contains a vtable, which allows implementations of `Bytes` to define
/// how sharing/cloning is implemented in detail.
/// When `Bytes::clone()` is called, `Bytes` will call the vtable function for
/// cloning the backing storage in order to share it behind between multiple
/// `Bytes` instances.
/// cloning the backing storage in order to share it behind multiple `Bytes`
/// instances.
///
/// For `Bytes` implementations which refer to constant memory (e.g. created
/// via `Bytes::from_static()`) the cloning implementation will be a no-op.
Expand Down

0 comments on commit bde8c50

Please sign in to comment.