Skip to content

Commit

Permalink
Update book/src/using-extensions/pairing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Wang <[email protected]>
  • Loading branch information
ytham and jonathanpwang authored Dec 15, 2024
1 parent 2947d85 commit 454b776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/using-extensions/pairing.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let res = Bls12_381::pairing_check(
&[p0, p1],
&[q0, q1],
);
assert_eq!(res.is_ok())
assert!(res.is_ok())
```

## Additional functionality
Expand Down

0 comments on commit 454b776

Please sign in to comment.