Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Divma <[email protected]>
  • Loading branch information
flub and divagant-martian authored May 14, 2024
1 parent 5edf22d commit c092b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/dns/node_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub fn from_z32(s: &str) -> Result<NodeId> {
Ok(node_id)
}

/// Information about and iroh node which is contained in an `_iroh` TXT resource record.
/// Information about the iroh node which is contained in an `_iroh` TXT resource record.
#[derive(derive_more::Debug, Clone, Eq, PartialEq)]
pub struct NodeInfo {
/// The [`NodeId`].
Expand Down

0 comments on commit c092b4a

Please sign in to comment.