File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -621,12 +621,12 @@ pub enum Message {
621621 ///
622622 /// After sending a close frame,
623623 /// you may still read messages,
624- /// but any attempts to send a message will error.
624+ /// but any attempts to send another message will error.
625625 /// After receiving a close frame,
626- /// the server will automatically respond with a close frame if necessary
626+ /// axum will automatically respond with a close frame if necessary
627627 /// (you do not have to deal with this yourself).
628628 /// Since no further messages will be received,
629- /// so you may either do nothing
629+ /// you may either do nothing
630630 /// or explicitly drop the connection.
631631 Close ( Option < CloseFrame < ' static > > ) ,
632632}
You can’t perform that action at this time.
0 commit comments