Skip to content

Commit fbcb134

Browse files
committed
Editorial: Align with Web IDL specification
1 parent 5fd9c53 commit fbcb134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,7 +3889,7 @@ <h2>The <dfn>ThingDiscoveryProcess</dfn> interface</h2>
38893889
readonly attribute boolean done;
38903890
readonly attribute Error? error;
38913891
undefined stop();
3892-
async iterable&lt;ThingDescription&gt;;
3892+
async_iterable&lt;ThingDescription&gt;;
38933893
};
38943894
</pre>
38953895
<p>

0 commit comments

Comments
 (0)