mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
Fix a few typos in docs and comments (#2808)
This commit is contained in:
@@ -38,7 +38,7 @@ where
|
||||
Self {
|
||||
rest: self.rest.clone(),
|
||||
grpc: self.grpc.clone(),
|
||||
// the cloned services probably wont be ready
|
||||
// the cloned services probably won't be ready
|
||||
rest_ready: false,
|
||||
grpc_ready: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user