cl-frontend: update doc comment for new behavior

This commit is contained in:
John 2024-01-05 21:49:05 -06:00
parent 8d03b8a8eb
commit 54bae6a9c5

View File

@ -136,7 +136,7 @@ pub mod program {
}
.map(|ty| println!("{ty}"))
}
/// Runs the [Program] in the specified [Interpreter]
/// Runs the [Program] in the specified [Environment]
pub fn run(&self, env: &mut Environment) -> IResult<()> {
println!(
"{}",