Skip to content

Commit 325fc08

Browse files
deokjinkimjuanarbol
authored andcommitted
stream: fix typo in JSDoc
`vois` -> `void` PR-URL: #45991 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 99c033e commit 325fc08

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)