From 5a614bdd7a6978ba069e96d2828cef33a1706545 Mon Sep 17 00:00:00 2001 From: Zoltan Kis Date: Sat, 29 Jun 2024 21:32:09 +0300 Subject: [PATCH] Fix #713: DOMString to USVString Signed-off-by: Zoltan Kis --- index.bs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.bs b/index.bs index bf525640..d36a2bdc 100644 --- a/index.bs +++ b/index.bs @@ -801,7 +801,7 @@ The powerPreference opt The {{MLContext}} interface represents a global state of neural network compute workload and execution processes. Each {{MLContext}} object has associated [=context type=], {{MLDeviceType}} and {{MLPowerPreference}}.