mirror of https://github.com/fafhrd91/actix-web
ws/frame: Adjust `FramedMessage` doc comment
This commit is contained in:
parent
d5c27d6b63
commit
c4577a5ec9
|
@ -374,7 +374,7 @@ impl fmt::Display for Frame {
|
|||
}
|
||||
}
|
||||
|
||||
/// A `Binary` representing a `WebSocket` message with framing.
|
||||
/// `WebSocket` message with framing.
|
||||
#[derive(Debug)]
|
||||
pub struct FramedMessage(pub Binary);
|
||||
|
||||
|
|
Loading…
Reference in New Issue