Skip to content

Commit b1c679e

Browse files
autokagamiMs2ger
authored andcommitted
[wasm-js-api-1] Align with Web IDL specification
1 parent 89719a8 commit b1c679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ interface Table {
726726
constructor(TableDescriptor descriptor);
727727
unsigned long grow([EnforceRange] unsigned long delta);
728728
Function? get([EnforceRange] unsigned long index);
729-
void set([EnforceRange] unsigned long index, Function? value);
729+
undefined set([EnforceRange] unsigned long index, Function? value);
730730
readonly attribute unsigned long length;
731731
};
732732
</pre>

0 commit comments

Comments
 (0)