We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2720aec commit 23f8ef8Copy full SHA for 23f8ef8
src/ws/client.rs
@@ -6,7 +6,7 @@ use std::io::{Stream, IoResult};
6
use std::clone::Clone;
7
8
/// Represents a WebSocket client.
9
-/// To use WebSocketClient, you must create one using either WebSocketClient::new().
+/// To use WebSocketClient, you must create one using WebSocketClient::new().
10
/// For a client, you can use TcpStream::connect() to connect to the server, then call
11
/// WebSocketClient::new() passing the resultant stream.
12
///
0 commit comments