Skip to content

Commit d9e688a

Browse files
committed
Comments.
1 parent 07c4570 commit d9e688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export async function ensureNonEmptyAsyncIterable<T>(value: AsyncIterable<T> | I
304304
*
305305
* @param value - The value to inspect.
306306
*
307-
* @returns A restartable iterable containing all values, or `false` if the input was not iterable or contained no
307+
* @returns A restartable iterable containing all values, or `undefined` if the input was not iterable or contained no
308308
* items.
309309
*
310310
* @example

0 commit comments

Comments
 (0)