Skip to content

Commit

Permalink
style(examples): fix typo in gateway example (#3196)
Browse files Browse the repository at this point in the history
  • Loading branch information
wutchzone committed Apr 6, 2023
1 parent 89558f1 commit 5679767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.serve_connection(stream, service)
.await
{
println!("Failed to servce connection: {:?}", err);
println!("Failed to serve the connection: {:?}", err);
}
});
}
Expand Down

0 comments on commit 5679767

Please sign in to comment.