Skip to content

Commit

Permalink
Update crates/noirc_evaluator/src/errors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored Jul 31, 2023
1 parent 033abbe commit 088dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_evaluator/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! [InternalError]s that are used for checking internal logics of the SSA
//!
//! An Error of the former is an user Error
//! An Error of the former is a user Error
//!
//! An Error of the latter is an error in the implementation of the compiler
use acvm::FieldElement;
Expand Down

0 comments on commit 088dc34

Please sign in to comment.