Skip to content

Commit

Permalink
Very important commit: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Nov 27, 2023
1 parent e96db7a commit 9e11de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/ssa_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ impl<'a> FunctionContext<'a> {

// Reference counting in brillig relies on us incrementing reference
// counts when nested arrays/slices are constructed or indexed. This
// has not effect in ACIR code.
// has no effect in ACIR code.
let result = self.builder.insert_array_get(array, offset, typ);
self.builder.increment_array_reference_count(result);
result.into()
Expand Down

0 comments on commit 9e11de9

Please sign in to comment.