You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ The <dfn constructor for="SFrameTransform" lt="SFrameTransform(options)"><code>n
200
200
1. Let |transformAlgorithm| be an algorithm which takes a |frame| as input and runs the <a href="#sframe-transform-algorithm">SFrame transform algorithm</a> with |this| and |frame|.
201
201
2. Set |this|.`[[transform]]` to the result of [=TransformStream/creating=] a {{TransformStream}}, with [=TransformStream/create/transformAlgorithm=] set to |transformAlgorithm|.
202
202
3. Let |options| be the method's first argument.
203
-
4. Set |this|.`[[role]]` to |options|["{{SFrameTransportOptions/role}}"].
203
+
4. Set |this|.`[[role]]` to |options|["{{SFrameTransformOptions/role}}"].
204
204
5. Set |this|.`[[readable]]` to |this|.`[[transform]]`.`[[readable]]`.
205
205
6. Set |this|.`[[writable]]` to |this|.`[[transform]]`.`[[writable]]`.
0 commit comments