mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
spelling check
This commit is contained in:
@ -28,7 +28,7 @@ pub(crate) struct Frame {
|
||||
|
||||
impl Frame {
|
||||
|
||||
/// Desctructe frame
|
||||
/// Destruct frame
|
||||
pub fn unpack(self) -> (bool, OpCode, Binary) {
|
||||
(self.finished, self.opcode, self.payload)
|
||||
}
|
||||
|
Reference in New Issue
Block a user