Skip to content

Commit 0858956

Browse files
deokjinkimRafaelGSS
authored andcommitted
stream: fix typo in JSDoc
`vois` -> `void` PR-URL: #45991 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 261d6d0 commit 0858956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/webstreams/writablestream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class WritableStream {
203203

204204
/**
205205
* @param {any} reason
206-
* @returns {Promise<vois>}
206+
* @returns {Promise<void>}
207207
*/
208208
abort(reason = undefined) {
209209
if (!isWritableStream(this))

0 commit comments

Comments
 (0)