We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562c53 commit a51d077Copy full SHA for a51d077
vm/src/hint_processor/cairo_1_hint_processor/hint_processor.rs
@@ -1263,7 +1263,7 @@ impl HintProcessorLogic for Cairo1HintProcessor {
1263
_reference_ids: &HashMap<String, usize>,
1264
//List of all references (key corresponds to element of the previous dictionary)
1265
_references: &[HintReference],
1266
- // Lis of accessible scopes in the hint
+ // List of accessible scopes in the hint
1267
_accessible_scopes: &[String],
1268
) -> Result<Box<dyn Any>, VirtualMachineError> {
1269
let data = hint_code.parse().ok().and_then(|x: usize| self.hints.get(&x).cloned())
0 commit comments