Skip to content

Commit a51d077

Browse files
Update vm/src/hint_processor/cairo_1_hint_processor/hint_processor.rs
Co-authored-by: Franco Giachetta <[email protected]>
1 parent e562c53 commit a51d077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/hint_processor/cairo_1_hint_processor/hint_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ impl HintProcessorLogic for Cairo1HintProcessor {
12631263
_reference_ids: &HashMap<String, usize>,
12641264
//List of all references (key corresponds to element of the previous dictionary)
12651265
_references: &[HintReference],
1266-
// Lis of accessible scopes in the hint
1266+
// List of accessible scopes in the hint
12671267
_accessible_scopes: &[String],
12681268
) -> Result<Box<dyn Any>, VirtualMachineError> {
12691269
let data = hint_code.parse().ok().and_then(|x: usize| self.hints.get(&x).cloned())

0 commit comments

Comments
 (0)