Skip to content

Commit

Permalink
Update capacity_tracker.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyylka authored Dec 19, 2024
1 parent 7ad3a03 commit eeed58c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl<'a> SliceCapacityTracker<'a> {
let array_size = self
.dfg
.try_get_array_length(arguments[argument_index])
.expect("ICE: Should be have an array length for AsSlice input");
.expect("ICE: Should have an array length for AsSlice input");
slice_sizes.insert(result_slice, array_size);
}
_ => {}
Expand Down

0 comments on commit eeed58c

Please sign in to comment.