diff --git a/src/fun/transform/desugar_with_blocks.rs b/src/fun/transform/desugar_with_blocks.rs index a290ff59..14df5781 100644 --- a/src/fun/transform/desugar_with_blocks.rs +++ b/src/fun/transform/desugar_with_blocks.rs @@ -6,7 +6,7 @@ use crate::{ use std::collections::HashSet; impl Ctx<'_> { - /// Converts `ask` terms inside `do` blocks into calls to a monadic bind operation. + /// Converts `ask` terms inside `with` blocks into calls to a monadic bind operation. pub fn desugar_with_blocks(&mut self) -> Result<(), Diagnostics> { self.info.start_pass();