Skip to content

Commit

Permalink
doc: fix Type notation in webstreams
Browse files Browse the repository at this point in the history
Replace `type` with `Type: {Promise}`. Plus, remove duplicated
verb(`Creates and creates` -> `Creates`) in description.
  • Loading branch information
deokjinkim committed Aug 12, 2023
1 parent 27cadf5 commit 6ba2b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ added: v16.5.0
* Returns: {WritableStreamDefaultWriter}
Creates and creates a new writer instance that can be used to write
data into the `WritableStream`.
Creates a new writer instance that can be used to write data into
the `WritableStream`.
#### `writableStream.locked`
Expand Down Expand Up @@ -995,8 +995,8 @@ The amount of data required to fill the {WritableStream}'s queue.
added: v16.5.0
-->
* type: A promise that is fulfilled with `undefined` when the
writer is ready to be used.
* Type: {Promise} Fulfilled with `undefined` when the writer is ready
to be used.
#### `writableStreamDefaultWriter.releaseLock()`
Expand Down

0 comments on commit 6ba2b34

Please sign in to comment.