Skip to content

Commit

Permalink
Update crates/noirc_evaluator/src/brillig/brillig_ir/artifact.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant authored Jul 4, 2023
1 parent 1c59db0 commit 6f206bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_evaluator/src/brillig/brillig_ir/artifact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl BrilligArtifact {
}
}

/// Creates an entry point artifact wrapping the bytecode of the function provided.
/// Creates an entry point artifact that will jump to the function label provided.
pub(crate) fn new_entry_point_artifact(
arguments: Vec<BrilligParameter>,
return_parameters: Vec<BrilligParameter>,
Expand Down

0 comments on commit 6f206bf

Please sign in to comment.