From 8c0d4ead8b07e559414f05dbc42edf8ebbeda955 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 14 Dec 2023 12:45:35 -0800 Subject: [PATCH 1/2] Fix a handful of markdown glitches, probably c/o a find/replace. --- index.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.bs b/index.bs index ccec0054..e4c5321a 100644 --- a/index.bs +++ b/index.bs @@ -1106,7 +1106,7 @@ When the {{[[contextType]]}} is set to [=default-context|default=] with the {{ML ### Synchronous Execution ### {#api-mlcontext-sync-execution} -Synchronously carries out the computational workload of a compiled graph {{MLGraph}} on the calling thread, which must be a worker thread, to produce results as defined by the operations in the graph. This method of execution requires an {{MLContext}} created with {{MLContextOptions}}. Otherwise, it[=exception/throws=] an "{{OperationError}}" {{DOMException}}. +Synchronously carries out the computational workload of a compiled graph {{MLGraph}} on the calling thread, which must be a worker thread, to produce results as defined by the operations in the graph. This method of execution requires an {{MLContext}} created with {{MLContextOptions}}. Otherwise, it [=exception/throws=] an "{{OperationError}}" {{DOMException}}.