diff --git a/actix-web-actors/src/ws.rs b/actix-web-actors/src/ws.rs index 999ddbda8..b0969bb63 100644 --- a/actix-web-actors/src/ws.rs +++ b/actix-web-actors/src/ws.rs @@ -60,8 +60,7 @@ where ))) } -/// Perform WebSocket handshake and start actor with the given -/// `actix_http::ws::Codec`. +/// Perform WebSocket handshake and start actor with the given [`Codec`]. pub fn start_with_codec( actor: A, req: &HttpRequest,