Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Jan 16, 2025
1 parent 9d8e166 commit 1f3989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl Configurables {
.map(|(offset, data)| Ok((Self::shift_offset(offset, shift)?, data.clone())))
.collect::<Result<Vec<_>>>()?;

// TODO: @hal3e test this and thest with loader configurables
// TODO: @hal3e test this and test with loader configurables
let new_sorted_indirect_configurables = self
.sorted_indirect_configurables
.into_iter()
Expand Down

0 comments on commit 1f3989d

Please sign in to comment.