diff --git a/compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs b/compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs index 4352df08f24..f436afd2d85 100644 --- a/compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs +++ b/compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs @@ -855,7 +855,7 @@ mod test { // } // // Here we're checking a situation where two identical arrays are initialized twice, checking that these result in the same `ValueId`. - // Previously these would receive separate `ValueId`s resulting in instructions not being properly deduplicated. + // Previously, these would receive separate `ValueId`s resulting in instructions not being properly deduplicated. let main_id = Id::test_new(0); // Compiling main