cl-frontend: update doc comment for new behavior
This commit is contained in:
parent
8d03b8a8eb
commit
54bae6a9c5
@ -136,7 +136,7 @@ pub mod program {
|
|||||||
}
|
}
|
||||||
.map(|ty| println!("{ty}"))
|
.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<()> {
|
pub fn run(&self, env: &mut Environment) -> IResult<()> {
|
||||||
println!(
|
println!(
|
||||||
"{}",
|
"{}",
|
||||||
|
Loading…
Reference in New Issue
Block a user