Skip to content

Commit 0913cb5

Browse files
committed
Fix typos
1 parent bfc2af3 commit 0913cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@
25152515
and |forStorage|) are:
25162516
:: 1. If |forStorage| is `true`, throw a {{TypeError}}.
25172517
2. For each {{EncodedAudioChunk}} internal slot in |value|, assign the value
2518-
of each internal slot to a field in |serialized| with the same name
2518+
of each internal slot to a field in |serialized| with the same name as
25192519
the internal slot.
25202520

25212521
: The {{EncodedAudioChunk}} [=deserialization steps=] (with |serialized| and
@@ -2607,7 +2607,7 @@
26072607
and |forStorage|) are:
26082608
:: 1. If |forStorage| is `true`, throw a {{TypeError}}.
26092609
2. For each {{EncodedVideoChunk}} internal slot in |value|, assign the value
2610-
of each internal slot to a field in |serialized| with the same name
2610+
of each internal slot to a field in |serialized| with the same name as
26112611
the internal slot.
26122612

26132613
: The {{EncodedVideoChunk}} [=deserialization steps=] (with |serialized| and

0 commit comments

Comments
 (0)