Skip to content

Commit

Permalink
fix typo in o1vm/src/legacy/trace.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Jan 1, 2025
1 parent 615828a commit 6042da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o1vm/src/legacy/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
}

/// Returns a boolean indicating whether the witness for the given selector
/// was ever found in the cirucit or not.
/// was ever found in the circuit or not.
pub fn in_circuit(&self, opcode: C::Selector) -> bool {
self.number_of_rows(opcode) != 0
}
Expand Down

0 comments on commit 6042da1

Please sign in to comment.