diff --git a/jaq-interpret/src/into_iter.rs b/jaq-interpret/src/into_iter.rs index fe00039bd..0953df906 100644 --- a/jaq-interpret/src/into_iter.rs +++ b/jaq-interpret/src/into_iter.rs @@ -1,4 +1,4 @@ -//! Functions and type to deal with `IntoIterator` and `FnOnce() -> Iterator`. +//! Functions and types for `IntoIterator` and `FnOnce() -> Iterator`. #[derive(Clone)] pub struct Delay(F);