w3c / json-ld-syntax

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

Typo in syntax document #358

Closed hsolbrig closed 4 years ago

hsolbrig commented 4 years ago

Section 9.3 Frame objects has the line: A frame object MAY include an entry with the key @embed with any value from @always, @list, and @never.

This should read A frame object MAY include an entry with the key @embed with any value from @always, @once, and @never. (list -> once)

davidlehn commented 4 years ago

Fixed in https://github.com/w3c/json-ld-syntax/pull/359.