Skip to content

Commit

Permalink
fixup! Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed May 8, 2024
1 parent ed1a898 commit 679ac04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ecies/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ impl Ecies {
}
}

/// Create a [`EstablishedEcies`] from an [`InitialMessage`] encrypted by the
/// other side.
/// Create a [`EstablishedEcies`] from an [`InitialMessage`] encrypted by
/// the other side.
pub fn establish_inbound_channel(
self,
message: &InitialMessage,
Expand Down

0 comments on commit 679ac04

Please sign in to comment.