Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jun 19, 2024
1 parent e3b01c9 commit 3eccf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ where
}
}

/// Convert an iterator into an async iterator.
/// Convert an iterator into an event iterator.
pub fn from_iter<I>(iter: I) -> FromIter<<I as IntoIterator>::IntoIter>
where
I: IntoIterator,
Expand Down

0 comments on commit 3eccf8c

Please sign in to comment.