We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2700631 commit 3ada52fCopy full SHA for 3ada52f
transports/dns/src/lib.rs
@@ -21,7 +21,7 @@
21
//! # [DNS name resolution](https://github.com/libp2p/specs/blob/master/addressing/README.md#ip-and-name-resolution)
22
//! [`Transport`] for libp2p.
23
//!
24
-//! This crate provides the type [`tokio::Transport`] based on [`hickory_resolver::Tokioresolver`].
+//! This crate provides the type [`tokio::Transport`] based on [`hickory_resolver::TokioResolver`].
25
26
//! A [`Transport`] is an address-rewriting [`libp2p_core::Transport`] wrapper around
27
//! an inner `Transport`. The composed transport behaves like the inner
0 commit comments