Skip to content

Commit 15c0323

Browse files
authored
Update bn254_fq_x5.rs (#49)
1 parent 1730017 commit 15c0323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

light-poseidon/tests/bn254_fq_x5.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ fn test_poseidon_bn254_x5_fq_input_random() {
131131
)
132132
}
133133

134-
/// Check whther providing different number of inputs than supported by the
134+
/// Check whether providing different number of inputs than supported by the
135135
/// hasher results in an error.
136136
#[test]
137137
fn test_poseidon_bn254_x5_fq_too_many_inputs() {
@@ -246,7 +246,7 @@ macro_rules! test_bytes_to_prime_field_element {
246246
($name:ident, $to_bytes_method:ident, $fn:ident) => {
247247
/// Checks whether `bytes_to_prime_field_element_*` functions:
248248
///
249-
/// * Are converting the valid byte slices appropiately.
249+
/// * Are converting the valid byte slices appropriately.
250250
/// * Are throwing an error if the input is greater or equal to the
251251
/// modulus.
252252
#[test]

0 commit comments

Comments
 (0)