json-ld-api icon indicating copy to clipboard operation
json-ld-api copied to clipboard

expansion algorithm: missing closing parenthesis

Open Johann150 opened this issue 2 years ago • 0 comments

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?

Johann150 avatar Jan 15 '23 11:01 Johann150