From c61a7fcaf9945b3426230c0180ecd59a08ec8c98 Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Sat, 24 Sep 2022 00:22:36 -0700 Subject: [PATCH] minor comment fix --- examples/src/rescue_raps/prover.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/src/rescue_raps/prover.rs b/examples/src/rescue_raps/prover.rs index 3b4e1a77e..60a74fa39 100644 --- a/examples/src/rescue_raps/prover.rs +++ b/examples/src/rescue_raps/prover.rs @@ -10,8 +10,7 @@ use super::{ // RESCUE PROVER // ================================================================================================ -/// This example constructs a proof for correct execution of -/// 2 hash chains simultaneously. +/// This example constructs a proof for correct execution of 2 hash chains simultaneously. /// In order to demonstrate the power of RAPs, the two hash chains have seeds that are /// permutations of each other. pub struct RescueRapsProver {