Skip to content

Commit 3ada52f

Browse files
committed
fix doc typo
1 parent 2700631 commit 3ada52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transports/dns/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! # [DNS name resolution](https://github.com/libp2p/specs/blob/master/addressing/README.md#ip-and-name-resolution)
2222
//! [`Transport`] for libp2p.
2323
//!
24-
//! This crate provides the type [`tokio::Transport`] based on [`hickory_resolver::Tokioresolver`].
24+
//! This crate provides the type [`tokio::Transport`] based on [`hickory_resolver::TokioResolver`].
2525
//!
2626
//! A [`Transport`] is an address-rewriting [`libp2p_core::Transport`] wrapper around
2727
//! an inner `Transport`. The composed transport behaves like the inner

0 commit comments

Comments
 (0)