Skip to content

Commit 22a47be

Browse files
committed
Fix SFrameTransportOptions typo
1 parent 45d6fb6 commit 22a47be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The <dfn constructor for="SFrameTransform" lt="SFrameTransform(options)"><code>n
194194
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|.
195195
2. Set |this|.`[[transform]]` to the result of [=TransformStream/creating=] a {{TransformStream}}, with [=TransformStream/create/transformAlgorithm=] set to |transformAlgorithm|.
196196
3. Let |options| be the method's first argument.
197-
4. Set |this|.`[[role]]` to |options|["{{SFrameTransportOptions/role}}"].
197+
4. Set |this|.`[[role]]` to |options|["{{SFrameTransformOptions/role}}"].
198198
5. Set |this|.`[[readable]]` to |this|.`[[transform]]`.`[[readable]]`.
199199
6. Set |this|.`[[writable]]` to |this|.`[[transform]]`.`[[writable]]`.
200200

0 commit comments

Comments
 (0)