mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 07:41:34 +00:00
Fix typo in doc (#1503)
This commit is contained in:
@ -127,7 +127,7 @@ impl MdnsService {
|
|||||||
Self::new_inner(false)
|
Self::new_inner(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Same as `new`, but we don't send automatically send queries on the network.
|
/// Same as `new`, but we don't automatically send queries on the network.
|
||||||
pub fn silent() -> io::Result<MdnsService> {
|
pub fn silent() -> io::Result<MdnsService> {
|
||||||
Self::new_inner(true)
|
Self::new_inner(true)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user