Skip to content

Commit 4a457f6

Browse files
zmnxc1Your Name
andauthored
Add missing word to the comment (#521)
Co-authored-by: Your Name <you@example.com>
1 parent aef3223 commit 4a457f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ impl Message {
233233
self.len() == 0
234234
}
235235

236-
/// Consume the WebSocket and return it as binary data.
236+
/// Consume the WebSocket message and return it as binary data.
237237
pub fn into_data(self) -> Bytes {
238238
match self {
239239
Message::Text(utf8) => utf8.into(),

0 commit comments

Comments
 (0)