We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841d2fd commit ecc2615Copy full SHA for ecc2615
index.bs
@@ -6634,7 +6634,7 @@ The following abstract operations are a grab-bag of utilities.
6634
performs the following steps:
6635
1. Let |serialized| be ! [$StructuredSerializeWithTransfer$](|value|, |transferList|).
6636
1. Let |deserialized| be ! [$StructuredDeserializeWithTransfer$](|serialized|, [=the current Realm=]).
6637
- 1. return |deserialized|.\[[Deserialized]].
+ 1. Return |deserialized|.\[[Deserialized]].
6638
</div>
6639
6640
<h2 id="other-specs">Using streams in other specifications</h2>
0 commit comments