Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Dec 23, 2024
1 parent a4f1754 commit aaa7631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brainfuck_prover/src/components/program/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl From<&Vec<Registers>> 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.
Expand Down

0 comments on commit aaa7631

Please sign in to comment.