From 1f3989dd9dbc231e32c5c0f585656833213e624c Mon Sep 17 00:00:00 2001 From: hal3e Date: Thu, 16 Jan 2025 13:15:02 +0100 Subject: [PATCH] fix typos --- packages/fuels-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fuels-core/src/lib.rs b/packages/fuels-core/src/lib.rs index aa8597c75..4d52b9421 100644 --- a/packages/fuels-core/src/lib.rs +++ b/packages/fuels-core/src/lib.rs @@ -97,7 +97,7 @@ impl Configurables { .map(|(offset, data)| Ok((Self::shift_offset(offset, shift)?, data.clone()))) .collect::>>()?; - // 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()