From cb25279978b2bd3671a3bf8b302eefcd028ddf00 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:01:07 +0200 Subject: [PATCH] Update main.rs --- revm/script/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revm/script/src/main.rs b/revm/script/src/main.rs index 666e8ae..6d37533 100644 --- a/revm/script/src/main.rs +++ b/revm/script/src/main.rs @@ -38,7 +38,7 @@ fn main() { // Read and verify the output. // - // Note that this output is read from values commited to in the program using + // Note that this output is read from values committed to in the program using // `sp1_zkvm::io::commit`. let _ = proof.public_values.read::(); let a: Vec = proof.public_values.read::>();