diff --git a/index.bs b/index.bs
index 342e87f4..2266b924 100644
--- a/index.bs
+++ b/index.bs
@@ -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.
- 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:
const { readable, writable } = createEndpointPair();