From 54bae6a9c58ffd91af2d8178002f83a411523441 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Jan 2024 21:49:05 -0600 Subject: [PATCH] cl-frontend: update doc comment for new behavior --- cl-frontend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-frontend/src/lib.rs b/cl-frontend/src/lib.rs index 75c7c1f..ad9399e 100644 --- a/cl-frontend/src/lib.rs +++ b/cl-frontend/src/lib.rs @@ -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!( "{}",