Skip to content

Commit

Permalink
fix typos and grammer in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhavyas committed Dec 4, 2024
1 parent 40b4342 commit 16a23f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domains/primitives/messenger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ impl XdmId {
#[derive(Debug, Encode, Decode, TypeInfo, Copy, Clone)]
pub struct ChannelNonce {
/// Last processed relay message nonce.
/// Could be nne if there is not relay message yet.
/// Could be None if there is no relay message yet.
pub relay_msg_nonce: Option<Nonce>,
/// Last processed relay response message nonce.
/// Could be None since there is no first response yet
/// Could be None if there is no first response yet
pub relay_response_msg_nonce: Option<Nonce>,
}

Expand Down

0 comments on commit 16a23f8

Please sign in to comment.