mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
spelling check
This commit is contained in:
@ -256,9 +256,9 @@ struct Inner {
|
||||
closed: bool,
|
||||
}
|
||||
|
||||
/// Future that implementes client websocket handshake process.
|
||||
/// Future that implemented client websocket handshake process.
|
||||
///
|
||||
/// It resolves to a pair of `ClientReadr` and `ClientWriter` that
|
||||
/// It resolves to a pair of `ClientReader` and `ClientWriter` that
|
||||
/// can be used for reading and writing websocket frames.
|
||||
pub struct ClientHandshake {
|
||||
request: Option<SendRequest>,
|
||||
|
Reference in New Issue
Block a user