From fbcb134cb6ad3a369e46d11dccaf3538fcd695ae Mon Sep 17 00:00:00 2001 From: autokagami Date: Thu, 24 Jul 2025 11:00:11 +0200 Subject: [PATCH] Editorial: Align with Web IDL specification --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fd4a3e3..3250d65 100644 --- a/index.html +++ b/index.html @@ -3889,7 +3889,7 @@

The ThingDiscoveryProcess interface

readonly attribute boolean done; readonly attribute Error? error; undefined stop(); - async iterable<ThingDescription>; + async_iterable<ThingDescription>; };