Skip to content

Commit 2092af5

Browse files
authored
Update mod.rs
1 parent 48ec86e commit 2092af5

File tree

1 file changed

+1
-1
lines changed
  • curves/bls12_377/src/curves/tests

1 file changed

+1
-1
lines changed

curves/bls12_377/src/curves/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mod test {
3838
assert!(
3939
hash_result.x != WBCurve::BaseField::zero()
4040
&& hash_result.y != WBCurve::BaseField::zero(),
41-
"we assume that not both a and b coefficienst are zero for the test curve"
41+
"we assume that not both a and b coefficients are zero for the test curve"
4242
);
4343

4444
assert!(

0 commit comments

Comments
 (0)