Skip to content

Commit

Permalink
Type typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Jan 17, 2024
1 parent 2f5799f commit 0261922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaq-interpret/src/into_iter.rs
Original file line number Diff line number Diff line change
@@ -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>(F);
Expand Down

0 comments on commit 0261922

Please sign in to comment.