Skip to content

Commit

Permalink
fix fn desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Jul 25, 2024
1 parent cb96c7b commit 2276ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/relay/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub struct RelayNode {
}

impl RelayNode {
/// Creates a new relay node from itself.
/// Creates a new instance of a RelayNode from itself.
pub fn copied(&self) -> Self {
Self {
url: self.url.clone(),
Expand Down

0 comments on commit 2276ac8

Please sign in to comment.