From a6501368fb8ec0d4d100a0cb8c39b41208ed7890 Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Fri, 21 Feb 2025 21:49:25 +0100 Subject: [PATCH] chore(typo): Fix typo in src/protocol.rs --- src/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.rs b/src/protocol.rs index 706b55e..c0da782 100644 --- a/src/protocol.rs +++ b/src/protocol.rs @@ -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]> {