Skip to content

Commit 93b737e

Browse files
committed
capitalize Iroh
1 parent e3746c2 commit 93b737e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/peer_channels.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ use crate::EventType;
4747
const PUBLIC_KEY_LENGTH: usize = 32;
4848
const PUBLIC_KEY_STUB: &[u8] = "static_string".as_bytes();
4949

50-
/// Store iroh peer channels for the context.
50+
/// Store Iroh peer channels for the context.
5151
#[derive(Debug)]
5252
pub struct Iroh {
53-
/// iroh router needed for iroh peer channels.
53+
/// Iroh router needed for Iroh peer channels.
5454
pub(crate) router: iroh::protocol::Router,
5555

56-
/// [Gossip] needed for iroh peer channels.
56+
/// [Gossip] needed for Iroh peer channels.
5757
pub(crate) gossip: Gossip,
5858

5959
/// Sequence numbers for gossip channels.

0 commit comments

Comments
 (0)