From aaa7631613a4e9438ec7009c1fa78b40dc39d45c Mon Sep 17 00:00:00 2001 From: malatrax Date: Mon, 23 Dec 2024 12:08:07 +0100 Subject: [PATCH] chore: typo --- crates/brainfuck_prover/src/components/program/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/brainfuck_prover/src/components/program/table.rs b/crates/brainfuck_prover/src/components/program/table.rs index 3702ac6..8ffbd04 100644 --- a/crates/brainfuck_prover/src/components/program/table.rs +++ b/crates/brainfuck_prover/src/components/program/table.rs @@ -110,7 +110,7 @@ impl From<&Vec> for ProgramTable { } } -/// Enum representing the column indices in the IO trace. +/// Enum representing the column indices in the Program trace. #[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum ProgramColumn { /// Index of the `ip` register column in the Program trace.