Skip to content

Commit

Permalink
Bug fix: Correct an autolink. (#581)
Browse files Browse the repository at this point in the history
Just a missing `}}`
  • Loading branch information
inexorabletash authored Feb 22, 2024
1 parent a6326c0 commit abd434d
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 @@ -787,7 +787,7 @@ Its [=policy-controlled feature/default allowlist=] is <code>'self'</code>.

<details open algorithm>
<summary>
To <dfn>create a context</dfn> given |options| (a {{GPUDevice}} or {{MLContextOptions), run these steps:
To <dfn>create a context</dfn> given |options| (a {{GPUDevice}} or {{MLContextOptions}}), run these steps:
</summary>
<div class=algorithm-steps>
1. Let |context| be a new {{MLContext}} object.
Expand Down

0 comments on commit abd434d

Please sign in to comment.