Skip to content

Commit

Permalink
irregular verb form
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Dec 21, 2024
1 parent 07a025a commit 169058b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/src/solidity/codec/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ impl<T: Codec, S: Get<u32>> Codec for BoundedVec<T, S> {

for inner in value {
// Any offset in items are relative to the start of the item instead of the
// start of the array. However if there is offseted data it must but appended after
// start of the array. However if there is offset data it must but appended after
// all items (offsets) are written. We thus need to rely on `compute_offsets` to do
// that, and must store a "shift" to correct the offsets.
let shift = inner_writer.data.len();
Expand Down

0 comments on commit 169058b

Please sign in to comment.