Skip to content

Commit 70ad9fd

Browse files
Fix typo
Co-authored-by: DiegoC <90105443+DiegoCivi@users.noreply.github.com>
1 parent 8df8954 commit 70ad9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/vm/runners/cairo_runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ impl CairoRunnerBuilder {
436436
/// Loads the program into the program segment.
437437
///
438438
/// If this function is not called, the program will be loaded
439-
/// automataically when initializing the entrypoint.
439+
/// automatically when initializing the entrypoint.
440440
pub fn load_program(&mut self) -> Result<(), RunnerError> {
441441
let program_base = self.program_base.ok_or(RunnerError::NoProgBase)?;
442442
let program_data = &self.program.shared_program_data.data;

0 commit comments

Comments
 (0)