Skip to content

Commit

Permalink
Update crates/brainfuck_prover/src/components/instruction/table.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Nov 21, 2024
1 parent f10fb48 commit ef316f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ef316f2

Please sign in to comment.