Skip to content

Commit

Permalink
Apply suggestions from code review © @pchampin
Browse files Browse the repository at this point in the history
Thanks!

Co-authored-by: Pierre-Antoine Champin <[email protected]>
  • Loading branch information
anatoly-scherbakov and pchampin authored Dec 3, 2024
1 parent 8f00804 commit de8d1e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5733,7 +5733,7 @@ <h3>Algorithm</h3>

<ins cite="#change_5"><p>Methods resolving a {{Promise}} with the <a>internal representation</a>
MUST either
map it to the datatype in used by the implementation, as described in <a href="#internal-representation-in-implementations" class="sectionRef"></a>,
map it to the datatype used by the implementation, as described in <a href="#internal-representation-in-implementations" class="sectionRef"></a>,
or serialize it to JSON (or another appropriate serialization format)
as described in <a href="#serialization-and-deserialization" class="sectionRef"></a>.</p></ins>

Expand Down Expand Up @@ -6218,7 +6218,7 @@ <h4>Internal Representation in Implementations</h4>
</table>

<p>
The table below is only provided as an example.
The table above is only provided as an example.
The mappings used for a particular implementation are out of scope for
this specification.
</p>
Expand Down Expand Up @@ -6249,7 +6249,7 @@ <h4>Serialization and Deserialization</h4>
<a>internal representation</a> as described in {{LoadDocumentCallback}};
</dd>

<dt>To transform a JSON-LD document from the <a>internal representation</a>
<dt>To transform the <a>internal representation</a> to a JSON-LD document
</dt>
<dd>
serialize to JSON [[RFC8259]] using an appropriate serializer (e.g.,
Expand Down

0 comments on commit de8d1e6

Please sign in to comment.