Skip to content

Commit 3357be3

Browse files
example: Fix a typo in the comment
1 parent c0a745d commit 3357be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/html_chat.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl Handler for Server {
5353
}
5454
}
5555

56-
// Handle messages recieved in the websocket (in this case, only on /ws)
56+
// Handle messages received in the websocket (in this case, only on /ws)
5757
fn on_message(&mut self, msg: Message) -> Result<()> {
5858
// Broadcast to all connections
5959
self.out.broadcast(msg)

0 commit comments

Comments
 (0)