From cc95cb5ee1a256e1d9261818056f65ea6ac0d0cf Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 31 Mar 2022 16:15:27 +0200 Subject: [PATCH] Typo --- plonky2/src/iop/generator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,