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 8df8954 commit 70ad9fdCopy full SHA for 70ad9fd
vm/src/vm/runners/cairo_runner.rs
@@ -436,7 +436,7 @@ impl CairoRunnerBuilder {
436
/// Loads the program into the program segment.
437
///
438
/// If this function is not called, the program will be loaded
439
- /// automataically when initializing the entrypoint.
+ /// automatically when initializing the entrypoint.
440
pub fn load_program(&mut self) -> Result<(), RunnerError> {
441
let program_base = self.program_base.ok_or(RunnerError::NoProgBase)?;
442
let program_data = &self.program.shared_program_data.data;
0 commit comments