1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

fix doc string test

This commit is contained in:
Nikolay Kim
2018-03-26 23:29:53 -07:00
parent 2f60a4b89d
commit 81f4e12a27
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
//! }
//!
//! // Handler for ws::Message messages
//! impl StreamHandler<ws::Message, ws::WsError> for Ws {
//! impl StreamHandler<ws::Message, ws::ProtocolError> for Ws {
//!
//! fn handle(&mut self, msg: ws::Message, ctx: &mut Self::Context) {
//! match msg {