Skip to content

Commit

Permalink
Fix typo in password-hash/src/errors.rs (#1486)
Browse files Browse the repository at this point in the history
Expecrted -> Expected
  • Loading branch information
Krysztal112233 authored Jan 23, 2024
1 parent 260e3e5 commit 3e13141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password-hash/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub enum Error {
/// Expected output size in relation to `provided`.
///
/// - [`Ordering::Less`]: Minimum size.
/// - [`Ordering::Equal`]: Expecrted size.
/// - [`Ordering::Equal`]: Expected size.
/// - [`Ordering::Greater`]: Maximum size.
expected: usize,
},
Expand Down

0 comments on commit 3e13141

Please sign in to comment.