We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a745d commit 3357be3Copy full SHA for 3357be3
examples/html_chat.rs
@@ -53,7 +53,7 @@ impl Handler for Server {
53
}
54
55
56
- // Handle messages recieved in the websocket (in this case, only on /ws)
+ // Handle messages received in the websocket (in this case, only on /ws)
57
fn on_message(&mut self, msg: Message) -> Result<()> {
58
// Broadcast to all connections
59
self.out.broadcast(msg)
0 commit comments