Skip to content

Commit

Permalink
Update doc/api/webstreams.md
Browse files Browse the repository at this point in the history
Co-authored-by: James M Snell <[email protected]>
  • Loading branch information
gabrielschulhof and jasnell authored Dec 31, 2024
1 parent c9f7ecf commit 583d60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ async function* asyncIterableGenerator() {

const stream = ReadableStream.from(asyncIterableGenerator());

stream.pipeTo(createWritableStreamSomehow());
await stream.pipeTo(createWritableStreamSomehow());
```

```cjs
Expand Down

0 comments on commit 583d60e

Please sign in to comment.