Skip to content

Commit 83ef365

Browse files
authored
Update iterators.rs
1 parent 9b72f1a commit 83ef365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/iterators.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::num::NonZeroUsize;
22

3-
/// Given an iterator that's clonable, split it into two iterators
3+
/// Given an iterator that's cloneable, split it into two iterators
44
/// at a given maximum number of elements.
55
pub fn iterator_split<I>(
66
it: I,

0 commit comments

Comments
 (0)