Skip to content

Commit 9419513

Browse files
committed
Grammar changes
1 parent 2958f19 commit 9419513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axum/src/extract/ws.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,9 @@ pub enum Message {
621621
///
622622
/// After sending a close frame,
623623
/// you may still read messages,
624-
/// but any attempts to send another message will error.
624+
/// but attempts to send another message will error.
625625
/// After receiving a close frame,
626-
/// axum 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,
629629
/// you may either do nothing

0 commit comments

Comments
 (0)