Skip to content

Commit df1c8df

Browse files
committed
Fix missing doc links
Found some places where links were not resolving correctly, this corrects them.
1 parent c3f65b8 commit df1c8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tonic/src/transport/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Batteries included server and client.
22
//!
33
//! 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
4+
//! fast set of HTTP/2 server and client's. These components each provide a
55
//! `rustls` tls backend when the respective feature flag is enabled, and
66
//! provides builders to configure transport behavior.
77
//!

tonic/src/transport/server/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl Default for Server<Identity> {
133133
}
134134
}
135135

136-
/// A stack based `Service` router.
136+
/// A stack based [`Service`] router.
137137
#[derive(Debug)]
138138
pub struct Router<L = Identity> {
139139
server: Server<L>,

0 commit comments

Comments
 (0)