diff --git a/src/ws/frame.rs b/src/ws/frame.rs index 1b62be99b..b4d85676a 100644 --- a/src/ws/frame.rs +++ b/src/ws/frame.rs @@ -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);