Skip to content

Commit 238a225

Browse files
📚 docs(split): Correct ReturnType for _split.
1 parent 60062a6 commit 238a225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/split.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class Group {
5252
* @private
5353
* @param {Tape} tape - The input tape.
5454
* @param {Iterable} sep - An iterable of separators.
55-
* @returns {AsyncIterable} An iterable of tapes.
55+
* @returns {AsyncIterableIterator} An iterable of tapes.
5656
*/
5757
export function _split(tape, sep) {
5858
return new Split(tape, sep);

0 commit comments

Comments
 (0)