diff --git a/crates/prover/src/examples/wide_fibonacci/mod.rs b/crates/prover/src/examples/wide_fibonacci/mod.rs index afdc64caa..f118bef90 100644 --- a/crates/prover/src/examples/wide_fibonacci/mod.rs +++ b/crates/prover/src/examples/wide_fibonacci/mod.rs @@ -243,7 +243,7 @@ mod tests { let mut commitment_scheme = CommitmentSchemeProver::::new(config, &twiddles); - // TODO(ilya): remove the following once preproccessed columns are not mandatory. + // TODO(ilya): remove the following once preprocessed columns are not mandatory. // Preprocessed trace let mut tree_builder = commitment_scheme.tree_builder(); tree_builder.extend_evals([]);