We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89558f1 commit 5679767Copy full SHA for 5679767
examples/gateway.rs
@@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
60
.serve_connection(stream, service)
61
.await
62
{
63
- println!("Failed to servce connection: {:?}", err);
+ println!("Failed to serve the connection: {:?}", err);
64
}
65
});
66
0 commit comments