Fix typo in doc (#1503)

This commit is contained in:
Robert Klotzner
2020-03-23 12:51:20 +01:00
committed by GitHub
parent 42290d94f2
commit 5a6111070e

View File

@ -127,7 +127,7 @@ impl MdnsService {
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> {
Self::new_inner(true)
}