Skip to content

Commit 2fed65d

Browse files
authored
Editorial: a few spelling fixes
1 parent 3fbaa9e commit 2fed65d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ must additionally include the [=interface mixin member|members=] of [=interface
12601260
[=interface mixin=] |M|.
12611261

12621262
<pre highlight="webidl" class="syntax">
1263-
interface_identifier includes mixin_indentifier;
1263+
interface_identifier includes mixin_identifier;
12641264
</pre>
12651265

12661266
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
68056805

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

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
68096809
whose values are references to a combination of a mutable list of objects of type |T|, as well as
68106810
behavior to perform when author code modifies the contents of the list.
68116811

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=].
68136813

68146814
Similar to [=sequence types=] and [=frozen array types=], observable array types wrap around
68156815
ECMAScript array types, imposing additional semantics on their usage.

0 commit comments

Comments
 (0)