diff --git a/plonky2/src/iop/generator.rs b/plonky2/src/iop/generator.rs index aab33d1b..49f74e33 100644 --- a/plonky2/src/iop/generator.rs +++ b/plonky2/src/iop/generator.rs @@ -326,7 +326,7 @@ impl SimpleGenerator for NonzeroTestGenerator { } } -/// Generator used fill an extra constant. +/// Generator used to fill an extra constant. #[derive(Debug, Clone)] pub struct ConstantGenerator { pub gate_index: usize,