Skip to content

Commit

Permalink
Merge pull request #513 from inexorabletash/wording-missing-this
Browse files Browse the repository at this point in the history
Wording change: Add missing receiver when assigning to internal slot.
  • Loading branch information
huningxin authored Jan 18, 2024
2 parents c64c6d4 + b316bb9 commit b03b7ba
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 @@ -1453,7 +1453,7 @@ Both {{MLGraphBuilder}}.{{MLGraphBuilder/build()}} and {{MLGraphBuilder}}.{{MLGr
<div class=algorithm-steps>
1. If [=this=]'s [=relevant global object=]'s [=associated Document=] is not [=allowed to use=] the [=webnn-feature|webnn=] feature, then [=exception/throw=] a "{{SecurityError}}" {{DOMException}}.
1. If [=validating MLContext=] given |context| returns false, then [=exception/throw=] a "{{TypeError}}".
1. Set {{MLGraphBuilder/[[context]]}} to |context|.
1. Set [=this=].{{MLGraphBuilder/[[context]]}} to |context|.
</div>
</details>

Expand Down

0 comments on commit b03b7ba

Please sign in to comment.