Skip to content

Commit 38c680c

Browse files
authored
Clarify documentation for service name in edge-mdns (#77)
1 parent ac35568 commit 38c680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge-mdns/src/host.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl HostAnswers for Host<'_> {
7777
#[derive(Debug, Clone)]
7878
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
7979
pub struct Service<'a> {
80-
/// The name of the service.
80+
/// The name of the service. I.e. "printer"
8181
pub name: &'a str,
8282
/// The priority of the service.
8383
pub priority: u16,

0 commit comments

Comments
 (0)