Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenfield committed Nov 14, 2024
1 parent 2814dfe commit ff6a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn parse_breakpoint(s: &str) -> Option<Breakpoint> {
None
}

/// Loading all the Leo source files indicated and open the interpreter
/// Load all the Leo source files indicated and open the interpreter
/// to commands from the user.
pub fn interpret(filenames: &[PathBuf]) -> Result<()> {
let mut interpreter = Interpreter::new(filenames.iter())?;
Expand Down

0 comments on commit ff6a321

Please sign in to comment.