Skip to content

Commit

Permalink
Merge pull request #75 from youennf/sframetransportoptions-typo
Browse files Browse the repository at this point in the history
Fix SFrameTransportOptions typo
  • Loading branch information
jan-ivar authored Mar 11, 2021
2 parents 24482b7 + 22a47be commit d0dfe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The <dfn constructor for="SFrameTransform" lt="SFrameTransform(options)"><code>n
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|.
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]]`.

Expand Down

0 comments on commit d0dfe73

Please sign in to comment.