w3c / json-ld-syntax

JSON-LD 1.1 Specification
https://w3c.github.io/json-ld-syntax/
Other
112 stars 22 forks source link

Typo in reference to ECMASCRIPT equality testing #321

Closed kasei closed 4 years ago

kasei commented 4 years ago

The discussion of the value space of the rdf:JSON Datatype says:

Otherwise, if A and B satisfy the Strict Equality Comparison defined in Section 7.2.15 in [ECMASCRIPT].

This seems to be a typo as both the links in this sentence point to section 7.2.16 ("Strict Equality Comparison") of the ECMASCRIPT spec.

kasei commented 4 years ago

The link to 7.2.12 also seems to be mis-numbered (it actually links to 7.2.13).

gkellogg commented 4 years ago

Updated in #322. @kasei please acknowledge.

kasei commented 4 years ago

@gkellogg looks good. Thanks.