mirror of
https://github.com/fossasia/badgemagic-rs
synced 2025-06-24 07:43:58 +00:00
chore(typo): Fix typo in src/protocol.rs
This commit is contained in:
parent
44222843d8
commit
a6501368fb
1 changed files with 1 additions and 1 deletions
|
@ -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]> {
|
||||
|
|
Loading…
Reference in a new issue