From 1f6c04f62cf220ee2be65d0ecab04ca165f866b9 Mon Sep 17 00:00:00 2001 From: yanziseeker <153156292+AdventureSeeker987@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:30:39 +0800 Subject: [PATCH] Update circuit_data.rs --- plonky2/src/plonk/circuit_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plonky2/src/plonk/circuit_data.rs b/plonky2/src/plonk/circuit_data.rs index 413de54c..3f848ad2 100644 --- a/plonky2/src/plonk/circuit_data.rs +++ b/plonky2/src/plonk/circuit_data.rs @@ -363,7 +363,7 @@ pub struct ProverOnlyCircuitData< pub circuit_digest: <>::Hasher as Hasher>::Hash, ///The concrete placement of the lookup gates for each lookup table index. pub lookup_rows: Vec, - /// A vector of (looking_in, looking_out) pairs for for each lookup table index. + /// A vector of (looking_in, looking_out) pairs for each lookup table index. pub lut_to_lookups: Vec, }