From 70b30f62fc1a57ac91af0be011801581ffece2f3 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+dimakozak228228@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:32:05 +0100 Subject: [PATCH] Update mod.rs --- crates/prover/src/examples/wide_fibonacci/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([]);