Minor grammar fix

pull/97/head
Alfie John 5 years ago
parent 345d262972
commit 7ca9bd6f2f
  1. 2
      src/client.rs

@ -1,4 +1,4 @@
//! Methods to connect to an WebSocket as a client.
//! Methods to connect to a WebSocket as a client.
use std::io::{Read, Write};
use std::net::{SocketAddr, TcpStream, ToSocketAddrs};

Loading…
Cancel
Save