Skip to content

Commit

Permalink
Fix little typo in hasher.rs (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleinmarb authored Jul 29, 2024
1 parent c09e22a commit 82f1489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hasher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl GxHasher {
}

impl Default for GxHasher {
/// Creates a new hasher with a empty seed.
/// Creates a new hasher with an empty seed.
///
/// # Warning ⚠️
/// Not using a seed may make your [`Hasher`] vulnerable to DOS attacks.
Expand Down

0 comments on commit 82f1489

Please sign in to comment.