Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 11, 2023
1 parent 91bf6a8 commit a49bc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/nargo_cli/src/cli/execute_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ fn report_error_with_opcode_locations(
let source_locations: Vec<_> = opcode_locations
.iter()
.flat_map(|opcode_location| {
// This assumes that the we're executing the circuit which corresponds to the first `DebugInfo`.
// This holds for all binary crates.
// This assumes that we're executing the circuit which corresponds to the first `DebugInfo`.
// This holds for all binary crates as there is only one `DebugInfo`.
let locations = debug_artifact.debug_symbols[0].opcode_location(opcode_location);
locations.unwrap_or_default()
})
Expand Down

0 comments on commit a49bc88

Please sign in to comment.