From abd434dbace8436921482057b35ab56b2a3bbb52 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 22 Feb 2024 13:56:13 -0800 Subject: [PATCH] Bug fix: Correct an autolink. (#581) Just a missing `}}` --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index ec5edc56..c1ca9b3e 100644 --- a/index.bs +++ b/index.bs @@ -787,7 +787,7 @@ Its [=policy-controlled feature/default allowlist=] is 'self'.
- To create a context given |options| (a {{GPUDevice}} or {{MLContextOptions), run these steps: + To create a context given |options| (a {{GPUDevice}} or {{MLContextOptions}}), run these steps:
1. Let |context| be a new {{MLContext}} object.