improve doc in protocol/mod.rs

pull/12/head
Denis Andrejew 7 years ago committed by GitHub
parent da7c401e7f
commit 624f1dec1a
  1. 2
      src/protocol/mod.rs

@ -28,7 +28,7 @@ pub enum Role {
/// WebSocket input-output stream.
///
/// This is THE structure you want to create to me able to talk the WebSocket protocol.
/// This is THE structure you want to create to be able to speak the WebSocket protocol.
/// It may be created by calling `connect`, `accept` or `client` functions.
pub struct WebSocket<Stream> {
/// Server or client?

Loading…
Cancel
Save