1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 04:56:38 +02:00

fix formatting

This commit is contained in:
Alexander Andreev
2018-05-07 20:53:45 +03:00
parent cd11293c1f
commit 599fd6af93
3 changed files with 9 additions and 9 deletions

View File

@@ -256,7 +256,7 @@ struct Inner {
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
/// can be used for reading and writing websocket frames.