Skip to content

Commit

Permalink
Update tooling/nargo/src/ops/foreign_calls.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
  • Loading branch information
sirasistant and vezenovm authored Oct 2, 2023
1 parent 4822ddf commit c812ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo/src/ops/foreign_calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl MockedCall {

#[derive(Debug, Default)]
pub(crate) struct ForeignCallExecutor {
/// Mocks have unique ids used to identify them from noir, allowing to update or remove them.
/// Mocks have unique ids used to identify them in Noir, allowing to update or remove them.
last_mock_id: usize,
/// The registered mocks
mocked_responses: Vec<MockedCall>,
Expand Down

0 comments on commit c812ba9

Please sign in to comment.