Skip to content

Commit 4430e6b

Browse files
committed
Fix doc comment for fetch parameter
1 parent 254b7df commit 4430e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function createReadableStream({ url, fetch, options = {} }) {
104104
*
105105
* @param {object} config
106106
* @param {string} config.url The URL to connect to.
107-
* @param {typeof fetch} [config.fetch] The URL to connect to.
107+
* @param {typeof fetch} [config.fetch] The fetch function.
108108
* @returns {ReadableStream<Uint8Array>}
109109
*/
110110
function createFileOutput({ url, fetch }) {

0 commit comments

Comments
 (0)