chore(typo): Fix typo in src/protocol.rs

This commit is contained in:
Valentin Weber 2025-02-21 21:49:25 +01:00
parent 44222843d8
commit a6501368fb
No known key found for this signature in database
GPG key ID: 44797000F143F522

View file

@ -368,7 +368,7 @@ impl PayloadBuffer {
&self.data
}
/// Convert the payload buffe into bytes (with padding)
/// Convert the payload buffer into bytes (with padding)
#[allow(clippy::missing_panics_doc)] // should never panic
#[must_use]
pub fn into_padded_bytes(self) -> impl AsRef<[u8]> {