Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
deokjinkim authored and juanarbol committed Jan 31, 2023
1 parent 99c033e commit 325fc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/webstreams/writablestream.js
Expand Up @@ -203,7 +203,7 @@ class WritableStream {

/**
* @param {any} reason
* @returns {Promise<vois>}
* @returns {Promise<void>}
*/
abort(reason = undefined) {
if (!isWritableStream(this))
Expand Down

0 comments on commit 325fc08

Please sign in to comment.