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>;
};