diff --git a/halo2_proofs/src/plonk/circuit.rs b/halo2_proofs/src/plonk/circuit.rs index ac865b67df..c8a8f625e8 100644 --- a/halo2_proofs/src/plonk/circuit.rs +++ b/halo2_proofs/src/plonk/circuit.rs @@ -2153,7 +2153,7 @@ impl ConstraintSystem { self.advice_column_in(FirstPhase) } - /// Allocate a new advice column in given phase + /// Allocate a new unblinded advice column in given phase pub fn unblinded_advice_column_in(&mut self, phase: P) -> Column { let phase = phase.to_sealed(); if let Some(previous_phase) = phase.prev() {