diff --git a/index.bs b/index.bs index b3f7dcb..a8909f0 100644 --- a/index.bs +++ b/index.bs @@ -200,7 +200,7 @@ The n 1. Let |transformAlgorithm| be an algorithm which takes a |frame| as input and runs the SFrame transform algorithm with |this| and |frame|. 2. Set |this|.`[[transform]]` to the result of [=TransformStream/creating=] a {{TransformStream}}, with [=TransformStream/create/transformAlgorithm=] set to |transformAlgorithm|. 3. Let |options| be the method's first argument. -4. Set |this|.`[[role]]` to |options|["{{SFrameTransportOptions/role}}"]. +4. Set |this|.`[[role]]` to |options|["{{SFrameTransformOptions/role}}"]. 5. Set |this|.`[[readable]]` to |this|.`[[transform]]`.`[[readable]]`. 6. Set |this|.`[[writable]]` to |this|.`[[transform]]`.`[[writable]]`.