Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 24, 2023
1 parent c289721 commit 7db6390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ impl AcirContext {
return Ok((quotient_var, remainder_var));
}

// If `rhs` is one then we the division is a noop.
// If `rhs` is one then the division is a noop.
(_, Some(rhs_const)) if rhs_const == FieldElement::one() => {
return Ok((lhs, zero));
}
Expand Down

0 comments on commit 7db6390

Please sign in to comment.