Skip to content

Commit

Permalink
Apply suggestions from code review
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 Jun 3, 2024
1 parent 9c5380a commit 2385988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh-net/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl Builder {
self
}

/// Set the [ALPN] protocols that this endpoint will accept on incoming connections.
/// Sets the [ALPN] protocols that this endpoint will accept on incoming connections.
///
/// Not setting this will still allow creating connections, but to accept incoming
/// connections the [ALPN] must be set.
Expand All @@ -128,7 +128,7 @@ impl Builder {

/// Sets the relay servers to assist in establishing connectivity.
///
/// Relay servers are used to establish initial connection with an other iroh-net node.
/// Relay servers are used to establish initial connection with another iroh-net node.
/// They also perform various functions related to hole punching, see the [crate docs]
/// for more details.
///
Expand Down

0 comments on commit 2385988

Please sign in to comment.