Skip to content

Commit d39cc7f

Browse files
committed
Fix a few typos
1 parent b04c1ff commit d39cc7f

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
@@ -2976,7 +2976,7 @@ The following abstract operations support the implementation of the
29762976
1. If |internalChunk| is an abrupt completion,
29772977
1. Perform ! [$ReadableStreamDefaultControllerError$](|controller|, |internalChunk|.\[[Value]]).
29782978
1. Return |internalChunk|.
2979-
1. ![$ReadableStreamFulfillReadRequest$](|stream|, |internalChunk|, false).
2979+
1. Perform ! [$ReadableStreamFulfillReadRequest$](|stream|, |internalChunk|, false).
29802980
1. Otherwise,
29812981
1. Let |result| be the result of performing
29822982
|controller|.[=ReadableStreamDefaultController/[[strategySizeAlgorithm]]=], passing in |chunk|,
@@ -6394,7 +6394,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
63946394
1. Let |enqueuedValue| be |value|.
63956395
1. If |container| has a \[[isTransferring]] internal slot whose value is true, perform the following steps:
63966396
1. Set |enqueuedValue| to [$StructuredTransferOrClone$](|value|, |transferList|).
6397-
1. If |enqueuedValue| is an abrupt completion, return.
6397+
1. If |enqueuedValue| is an abrupt completion, return |enqueuedValue|.
63986398
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
63996399
[=value-with-size/size=] |size| to |container|.\[[queue]].
64006400
1. Set |container|.\[[queueTotalSize]] to |container|.\[[queueTotalSize]] + |size|.
@@ -6630,7 +6630,7 @@ The following abstract operations are a grab-bag of utilities.
66306630
<div algorithm>
66316631
<dfn abstract-op lt="StructuredTransferOrClone">StructuredTransferOrClone(|value|, |transferList|)</dfn>
66326632
performs the following steps:
6633-
1. If |value| has either an \[[ArrayBufferData]] internal slot or a \[[Detached]] internal slot, perform the following steps:
6633+
1. If |value| has either an \[[ArrayBufferData]] internal slot or a \[[Detached]] internal slot, perform the following steps:
66346634
1. If |transferList| is undefined or [=list/is empty|is an empty list=], set |transferList| to « |value| ».
66356635
1. Let |serialized| be ! [$StructuredSerializeWithTransfer$](|value|, |transferList|).
66366636
1. Let |deserialized| be ! [$StructuredDeserializeWithTransfer$](|serialized|, [=the current Realm=]).

0 commit comments

Comments
 (0)