Skip to content

Commit

Permalink
Fix doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kplattret committed Feb 27, 2024
1 parent 585bda9 commit a0fda82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ginepro/src/balanced_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static GRPC_REPORT_ENDPOINTS_CHANNEL_SIZE: usize = 1024;
/// Implements tonic [`GrpcService`] for a client-side load balanced [`Channel`] (using `The Power of
/// Two Choices`).
///
/// [`GrpcService`](tonic::client::GrpcService)
/// [`GrpcService`]
///
/// ```rust
/// #[tokio::main]
Expand Down
2 changes: 1 addition & 1 deletion tests/src/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl TestServer {
Self::start_with_router(server_builder.add_service(service), address).await
}

/// Bootstrap a tonic `TestServer`, with the a tonic [`Router`][tonic::transport::server::Router].
/// Bootstrap a tonic `TestServer`, with the a tonic [`Router`].
/// This enables you to construct a `TestServer` with multiple services.
///
/// ```
Expand Down

0 comments on commit a0fda82

Please sign in to comment.