w3c / json-ld-api

JSON-LD 1.1 Processing Algorithms and API Specification
https://w3c.github.io/json-ld-api/
Other
76 stars 29 forks source link

expansion algorithm: missing closing parenthesis #556

Open Johann150 opened 1 year ago

Johann150 commented 1 year ago

In the expansion algorith, step 7 says:

https://github.com/w3c/json-ld-api/blob/9db973ab00f9f0764943b497d5be0c62a9d78c77/index.html#L2524-L2529

On line 2527 there is an opening parenthesis that is not closed. I can only guess that the intention was to close the parenthesis on the same line, or is the "where" intended as a condition?