We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60062a6 commit 238a225Copy full SHA for 238a225
src/split.js
@@ -52,7 +52,7 @@ export class Group {
52
* @private
53
* @param {Tape} tape - The input tape.
54
* @param {Iterable} sep - An iterable of separators.
55
- * @returns {AsyncIterable} An iterable of tapes.
+ * @returns {AsyncIterableIterator} An iterable of tapes.
56
*/
57
export function _split(tape, sep) {
58
return new Split(tape, sep);
0 commit comments