Skip to content

Commit 5679767

Browse files
authored
style(examples): fix typo in gateway example (#3196)
1 parent 89558f1 commit 5679767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gateway.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
6060
.serve_connection(stream, service)
6161
.await
6262
{
63-
println!("Failed to servce connection: {:?}", err);
63+
println!("Failed to serve the connection: {:?}", err);
6464
}
6565
});
6666
}

0 commit comments

Comments
 (0)