Skip to content

Commit 3cfe04b

Browse files
authored
Merge pull request #17 from cowlicks/patch-1
fix typo
2 parents 5c2982e + a0fb758 commit 3cfe04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub type Key = [u8; 32];
6666
#[non_exhaustive]
6767
#[derive(PartialEq)]
6868
pub enum Event {
69-
/// Emitted after the handshake with the remove peer is complete.
69+
/// Emitted after the handshake with the remote peer is complete.
7070
/// This is the first event (if the handshake is not disabled).
7171
Handshake(RemotePublicKey),
7272
/// Emitted when the remote peer opens a channel that we did not yet open.

0 commit comments

Comments
 (0)