File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ must additionally include the [=interface mixin member|members=] of [=interface
1260
1260
[=interface mixin=] |M|.
1261
1261
1262
1262
<pre highlight="webidl" class="syntax">
1263
- interface_identifier includes mixin_indentifier ;
1263
+ interface_identifier includes mixin_identifier ;
1264
1264
</pre>
1265
1265
1266
1266
The first [=identifier=] must reference a [=interface=] |I|.
@@ -6805,11 +6805,11 @@ type is the concatenation of the type name for |T| and the string
6805
6805
6806
6806
<h4 id="idl-observable-array" interface lt="ObservableArrayT|ObservableArray<T>">Observable array types — ObservableArray<|T|></h4>
6807
6807
6808
- An <dfn id="dfn-observable-array-type" export>observable array type</dfn> is a parametrized type
6808
+ An <dfn id="dfn-observable-array-type" export>observable array type</dfn> is a parameterized type
6809
6809
whose values are references to a combination of a mutable list of objects of type |T|, as well as
6810
6810
behavior to perform when author code modifies the contents of the list.
6811
6811
6812
- The parametrized type must not be a [=dictionary type=], [=sequence type=], or [=record type=].
6812
+ The parameterized type must not be a [=dictionary type=], [=sequence type=], or [=record type=].
6813
6813
6814
6814
Similar to [=sequence types=] and [=frozen array types=], observable array types wrap around
6815
6815
ECMAScript array types, imposing additional semantics on their usage.
You can’t perform that action at this time.
0 commit comments