Skip to content

Commit

Permalink
Fix missing doc links
Browse files Browse the repository at this point in the history
Found some places where links were not resolving correctly, this corrects them.
  • Loading branch information
alexrudy committed May 20, 2024
1 parent 394edf2 commit 474a5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tonic/src/transport/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Batteries included server and client.
//!
//! This module provides a set of batteries included, fully featured and
//! 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
//! `rustls` tls backend when the respective feature flag is enabled, and
//! provides builders to configure transport behavior.
//!
Expand Down
2 changes: 1 addition & 1 deletion tonic/src/transport/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl Default for Server<Identity> {
}
}

/// A stack based `Service` router.
/// A stack based [`Service`] router.
#[derive(Debug)]
pub struct Router<L = Identity> {
server: Server<L>,
Expand Down

0 comments on commit 474a5a9

Please sign in to comment.