Skip to content

Commit

Permalink
Revert example prose
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jul 11, 2024
1 parent 85a4176 commit cecef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7459,8 +7459,8 @@ readable and writable streams represent the two ends of a longer pipeline, with
web developer code insert [=transform streams=] into the middle of them.

<div class="example" id="example-endpoint-pair-usage">
Assuming we had a web-platform-provided interface `Transformer` that had `readable` and
`writable` attributes, web developers would write code like so:
Assuming we had a web-platform-provided function `createEndpointPair()`, web developers would write
code like so:

<xmp highlight="js">
const { readable, writable } = createEndpointPair();
Expand Down

0 comments on commit cecef0e

Please sign in to comment.