1
0
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:
Alexander Andreev
2018-01-31 20:28:53 +03:00
parent e41b175e3d
commit a565e71018
6 changed files with 7 additions and 7 deletions

View File

@ -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")]