Skip to content

Commit d596402

Browse files
authored
chore: remove redundant word in comment (#920)
Signed-off-by: eveneast <qcqs@foxmail.com>
1 parent 5abb303 commit d596402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cryptography/src/bls12381/primitives

cryptography/src/bls12381/primitives/group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub trait Element:
6161
fn mul(&mut self, rhs: &Scalar);
6262
}
6363

64-
/// A point on a a curve.
64+
/// A point on a curve.
6565
pub trait Point: Element {
6666
/// Maps the provided data to a group element.
6767
fn map(&mut self, dst: DST, message: &[u8]);

0 commit comments

Comments
 (0)