mirror of
https://github.com/actix/actix-web.git
synced 2025-02-07 06:42:22 +00:00
fix formatting
This commit is contained in:
parent
cd11293c1f
commit
599fd6af93
3 changed files with 9 additions and 9 deletions
|
@ -392,7 +392,7 @@ impl ResponseError for ExpectError {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A set of error that can occurred during parsing content type
|
/// A set of error that can occure during parsing content type
|
||||||
#[derive(Fail, PartialEq, Debug)]
|
#[derive(Fail, PartialEq, Debug)]
|
||||||
pub enum ContentTypeError {
|
pub enum ContentTypeError {
|
||||||
/// Can not parse content type
|
/// Can not parse content type
|
||||||
|
|
|
@ -256,7 +256,7 @@ struct Inner {
|
||||||
closed: bool,
|
closed: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Future that implemented client websocket handshake process.
|
/// Future that implementes client websocket handshake process.
|
||||||
///
|
///
|
||||||
/// It resolves to a pair of `ClientReader` and `ClientWriter` that
|
/// It resolves to a pair of `ClientReader` and `ClientWriter` that
|
||||||
/// can be used for reading and writing websocket frames.
|
/// can be used for reading and writing websocket frames.
|
||||||
|
|
Loading…
Reference in a new issue