Skip to content

Commit accdef1

Browse files
authored
Meta: fix how ObservableArray is exported
This makes it match other generic types.
1 parent 2fed65d commit accdef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6803,7 +6803,7 @@ The [=type name=] of a frozen array
68036803
type is the concatenation of the type name for |T| and the string
68046804
"<code>Array</code>".
68056805

6806-
<h4 id="idl-observable-array" interface lt="ObservableArrayT|ObservableArray&lt;T&gt;">Observable array types — ObservableArray&lt;|T|&gt;</h4>
6806+
<h4 id="idl-observable-array" interface lt="ObservableArray|ObservableArray&lt;T&gt;">Observable array types — ObservableArray&lt;|T|&gt;</h4>
68076807

68086808
An <dfn id="dfn-observable-array-type" export>observable array type</dfn> is a parameterized type
68096809
whose values are references to a combination of a mutable list of objects of type |T|, as well as

0 commit comments

Comments
 (0)