We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f65b8 commit df1c8dfCopy full SHA for df1c8df
tonic/src/transport/mod.rs
@@ -1,7 +1,7 @@
1
//! Batteries included server and client.
2
//!
3
//! This module provides a set of batteries included, fully featured and
4
-//! fast set of HTTP/2 server and client's. These components each provide a or
+//! fast set of HTTP/2 server and client's. These components each provide a
5
//! `rustls` tls backend when the respective feature flag is enabled, and
6
//! provides builders to configure transport behavior.
7
tonic/src/transport/server/mod.rs
@@ -133,7 +133,7 @@ impl Default for Server<Identity> {
133
}
134
135
136
-/// A stack based `Service` router.
+/// A stack based [`Service`] router.
137
#[derive(Debug)]
138
pub struct Router<L = Identity> {
139
server: Server<L>,
0 commit comments