Skip to content

Commit 2272c9c

Browse files
committed
capitalize Iroh
1 parent 3909559 commit 2272c9c

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
@@ -48,13 +48,13 @@ use crate::mimeparser::SystemMessage;
4848
const PUBLIC_KEY_LENGTH: usize = 32;
4949
const PUBLIC_KEY_STUB: &[u8] = "static_string".as_bytes();
5050

51-
/// Store iroh peer channels for the context.
51+
/// Store Iroh peer channels for the context.
5252
#[derive(Debug)]
5353
pub struct Iroh {
54-
/// iroh router needed for iroh peer channels.
54+
/// Iroh router needed for Iroh peer channels.
5555
pub(crate) router: iroh::protocol::Router,
5656

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

6060
/// Sequence numbers for gossip channels.

0 commit comments

Comments
 (0)