Skip to content

Commit

Permalink
Fix typo in doc (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor authored Mar 23, 2020
1 parent 42290d9 commit 5a61110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/mdns/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 5a61110

Please sign in to comment.