You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Lists and Arrays" section of the Verifiable Credentials Data Model 2.0 specification, there is a sentence that reads:
Lists, arrays, and even lists of lists, are possible when using JSON-LD 1.1.
The comma between "lists of lists" and "are possible" is unnecessary and interrupts the flow of the sentence.
I suggest removing this comma to enhance readability and match normal English style:
Current:
Lists, arrays, and even lists of lists, are possible when using JSON-LD 1.1.
Proposed:
Lists, arrays, and even lists of lists are possible when using JSON-LD 1.1.
The meaning remains intact, but the result reads more smoothly.
Please consider this update for improved clarity in the spec.