From cecef0e59e05d85195179937735fb9947ddc4580 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Thu, 11 Jul 2024 17:49:28 -0400 Subject: [PATCH] Revert example prose --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();