ws/frame: Adjust `FramedMessage` doc comment

This commit is contained in:
Tobias Bieniek 2018-07-19 11:40:46 +02:00
parent d5c27d6b63
commit c4577a5ec9
1 changed files with 1 additions and 1 deletions

View File

@ -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);