diff --git a/http-ws/src/stream.rs b/http-ws/src/stream.rs index 6e7f66b6..c20a3675 100644 --- a/http-ws/src/stream.rs +++ b/http-ws/src/stream.rs @@ -185,7 +185,7 @@ impl ResponseSender { /// /// // thread1: /// // read and write websocket message. - /// async fn sender(tx: ResponseSender, mut rx: Pin<&mut RequestStream>) + /// async fn sender(tx: ResponseSender, mut rx: Pin<&mut RequestStream>) /// where /// S: Stream>, /// T: AsRef<[u8]>,