Skip to content

Commit

Permalink
use reexport in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Sep 30, 2024
1 parent 6a81e3b commit 0aba63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ where
/// Sets a custom [`quinn::TransportConfig`] to be used by the [`Endpoint`].
///
/// If not set, the [`Endpoint`] will use its default [`quinn::TransportConfig`]. See
/// [`iroh_net::endpoint::Builder::transport_config`] for details.
/// [`iroh::net::endpoint::Builder::transport_config`] for details.
pub fn transport_config(mut self, config: quinn::TransportConfig) -> Self {
self.transport_config = Some(config);
self
Expand Down

0 comments on commit 0aba63e

Please sign in to comment.