Skip to content

Commit 861bf48

Browse files
jan-ivarbzbarsky
authored andcommitted
Fix one inconsistent use of [] in examples. (#759)
1 parent f23ef42 commit 861bf48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13390,11 +13390,9 @@ The {{DOMException}} type is an [=interface type=] defined by the following IDL
1339013390
fragment:
1339113391

1339213392
<pre class="idl">
13393-
[
13394-
Exposed=(Window,Worker),
13393+
[Exposed=(Window,Worker),
1339513394
Constructor(optional DOMString message = "", optional DOMString name = "Error"),
13396-
Serializable
13397-
]
13395+
Serializable]
1339813396
interface DOMException { // but see below note about ECMAScript binding
1339913397
readonly attribute DOMString name;
1340013398
readonly attribute DOMString message;

0 commit comments

Comments
 (0)