mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
spelling check
This commit is contained in:
@ -35,7 +35,7 @@ pub type WsClientFuture =
|
||||
Future<Item=(WsClientReader, WsClientWriter), Error=WsClientError>;
|
||||
|
||||
|
||||
/// Websockt client error
|
||||
/// Websocket client error
|
||||
#[derive(Fail, Debug)]
|
||||
pub enum WsClientError {
|
||||
#[fail(display="Invalid url")]
|
||||
|
Reference in New Issue
Block a user