Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 7, 2024
1 parent 6e7e64b commit 2f6222f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/nargo_cli/tests/stdlib-props.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ fn prepare_snippet(source: String) -> (Context<'static, 'static>, CrateId) {

/// Compile the main function in a code snippet.
///
/// Use `force_brillig` to test it as an unconstrainted function without having to change the code.
/// This is useful for methods that use the `runtime::is_uncontrained()` method to change their behaviour.
/// Use `force_brillig` to test it as an unconstrained function without having to change the code.
/// This is useful for methods that use the `runtime::is_unconstrained()` method to change their behavior.
fn prepare_and_compile_snippet(
source: String,
force_brillig: bool,
Expand Down

0 comments on commit 2f6222f

Please sign in to comment.