This commit is contained in:
Andrew Dirksen 2018-11-21 17:05:02 -08:00
parent 07267813db
commit f981e525c8
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ impl Interpreter {
} }
} }
// Todo, use types to prevent user from calling start_execution on an inretpreter not in Initialized // Todo, use types to prevent user from calling start_execution on an interpreter not in Initialized
// state. // state.
/// Wipe all data in this interpreter, so it can be safely reused. /// Wipe all data in this interpreter, so it can be safely reused.
pub fn reset(&mut self) { pub fn reset(&mut self) {