diff --git a/index.html b/index.html index f2ad28c6..278022c9 100644 --- a/index.html +++ b/index.html @@ -5733,7 +5733,7 @@

Algorithm

Methods resolving a {{Promise}} with the internal representation MUST either - map it to the datatype in used by the implementation, as described in , + map it to the datatype used by the implementation, as described in , or serialize it to JSON (or another appropriate serialization format) as described in .

@@ -6218,7 +6218,7 @@

Internal Representation in Implementations

- 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.

@@ -6249,7 +6249,7 @@

Serialization and Deserialization

internal representation as described in {{LoadDocumentCallback}}; -
To transform a JSON-LD document from the internal representation +
To transform the internal representation to a JSON-LD document
serialize to JSON [[RFC8259]] using an appropriate serializer (e.g.,