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.