Skip to content

Commit

Permalink
sha1-checked: fix some typos in comments (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjingcun authored Nov 7, 2024
1 parent a68c77e commit 9491c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sha1-checked/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ impl Sha1 {
pub enum CollisionResult {
/// No collision.
Ok(Output<Sha1>),
/// Collision occured, but was mititgated.
/// Collision occurred, but was mititgated.
Mitigated(Output<Sha1>),
/// Collision occured, the hash is the one that collided.
/// Collision occurred, the hash is the one that collided.
Collision(Output<Sha1>),
}

Expand Down

0 comments on commit 9491c2a

Please sign in to comment.