We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2958f19 commit 9419513Copy full SHA for 9419513
axum/src/extract/ws.rs
@@ -621,9 +621,9 @@ pub enum Message {
621
///
622
/// After sending a close frame,
623
/// you may still read messages,
624
- /// but any attempts to send another message will error.
+ /// but attempts to send another message will error.
625
/// After receiving a close frame,
626
- /// axum will automatically respond with a close frame if necessary
+ /// Axum will automatically respond with a close frame if necessary
627
/// (you do not have to deal with this yourself).
628
/// Since no further messages will be received,
629
/// you may either do nothing
0 commit comments