Skip to content

Commit cecef0e

Browse files
committed
Revert example prose
1 parent 85a4176 commit cecef0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7459,8 +7459,8 @@ readable and writable streams represent the two ends of a longer pipeline, with
74597459
web developer code insert [=transform streams=] into the middle of them.
74607460

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

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

0 commit comments

Comments
 (0)