Skip to content

Commit

Permalink
Update builder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando authored Jun 13, 2024
1 parent 41bb962 commit 40f734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ where
/// # use anyhow::Result;
/// # use futures_lite::future::Boxed as BoxedFuture;
///
/// const MY_ALPN: &[u8] = "my-protocol/1";
/// const MY_ALPN: &[u8] = b"my-protocol/1";
///
/// #[derive(Debug)]
/// struct MyProtocol;
Expand Down

0 comments on commit 40f734f

Please sign in to comment.