From 31f1c436b49ef08e6b652f02f7e8b01e8a862df2 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Wed, 11 Dec 2024 19:00:54 +0800 Subject: [PATCH] docs: remove repetitive words Signed-off-by: RiceChuan --- poly-commit/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly-commit/src/lib.rs b/poly-commit/src/lib.rs index 8a2381fe..d938df0a 100644 --- a/poly-commit/src/lib.rs +++ b/poly-commit/src/lib.rs @@ -337,7 +337,7 @@ pub trait PolynomialCommitment>: Sized { let proof_time = start_timer!(|| "Creating proof"); // Simultaneously opening the commitments of all polynomials that - // refer to the the current point using the plain `open` function + // refer to the current point using the plain `open` function let proof = Self::open( ck, query_polys,