Skip to content

Commit 5a47913

Browse files
authored
Merge pull request #578 from autokagami/wot-scripting-api
Editorial: Align with Web IDL specification
2 parents 4b12789 + 86af2fc commit 5a47913

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)