Skip to content

Commit

Permalink
Fixed a typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taikiy committed May 26, 2022
1 parent 92d36d3 commit 3f37434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct Event {
/// This field is in the clear.
epoch: u8,

/// An offset in seconds into a given offset. The clear is u32 (< 2^20 seconds), then encrypted and secret shared.
/// An offset in seconds into a given epoch. The clear is u32 (< 2^20 seconds), then encrypted and secret shared.
timestamp: SecretShare,
}

Expand Down

0 comments on commit 3f37434

Please sign in to comment.