From 79e99148ef4882e548d695f0b139fccaad79fc93 Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 17 Jun 2021 16:31:24 +0200 Subject: [PATCH] Minor --- src/circuit_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/circuit_data.rs b/src/circuit_data.rs index aa734650..736eb933 100644 --- a/src/circuit_data.rs +++ b/src/circuit_data.rs @@ -143,7 +143,7 @@ pub(crate) struct CommonCircuitData, const D: usize> { /// The types of gates used in this circuit. pub(crate) gates: Vec>, - /// The largest number of constraints imposed by any gate. + /// The maximum degree of a filter times a constraint by any gate. pub(crate) max_filtered_constraint_degree_bits: usize, /// The largest number of constraints imposed by any gate.