Skip to content

Commit a617d6f

Browse files
romanzphimuemue
authored andcommitted
Fix IntoChunks docstring
IIUC, `ChunkLazy` is no longer used.
1 parent 53a7a52 commit a617d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/groupbylazy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ where
522522
}
523523
}
524524

525-
/// `ChunkLazy` is the storage for a lazy chunking operation.
525+
/// `IntoChunks` is the storage for a lazy chunking operation.
526526
///
527527
/// `IntoChunks` behaves just like `ChunkBy`: it is iterable, and
528528
/// it only buffers if several chunk iterators are alive at the same time.

0 commit comments

Comments
 (0)