diff --git a/crates/brainfuck_prover/src/components/instruction/table.rs b/crates/brainfuck_prover/src/components/instruction/table.rs index 297bc06..2dc2b4b 100644 --- a/crates/brainfuck_prover/src/components/instruction/table.rs +++ b/crates/brainfuck_prover/src/components/instruction/table.rs @@ -232,7 +232,7 @@ impl InstructionColumn { } } - /// Returns the total number of columns in the Instruction table + /// Returns the total number of columns in the Instruction trace pub const fn count() -> usize { 3 }