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 a25667a commit f10fb48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub enum InstructionColumn {
}

impl InstructionColumn {
/// Returns the index of the column in the Instruction table
/// Returns the index of the column in the Instruction trace
pub const fn index(self) -> usize {
match self {
Self::Ip => 0,
Expand Down

0 comments on commit f10fb48

Please sign in to comment.