Skip to content

Commit d33b8ab

Browse files
committed
Improve _default language_ definition.
Fixes #219.
1 parent 10c0dd5 commit d33b8ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/terms.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
A set of rules for interpreting a <a>JSON-LD document</a>
170170
as specified in the <a data-cite="JSON-LD11#the-context">The Context</a> section of JSON-LD 1.1.</dd>
171171
<dt><dfn data-cite="JSON-LD11#dfn-default-language">default language</dfn></dt><dd>
172-
The default language is set in the <a>context</a> using the <code>@language</code> key
172+
The <a>default language</a> is the language used when a string does not have a language associated with it directly.
173+
It can be set in the <a>context</a> using the <code>@language</code> key
173174
whose value MUST be a <a>string</a> representing a [[BCP47]] language code or <code>null</code>.</dd>
174175
<dt><dfn data-cite="JSON-LD11#dfn-default-object">default object</dfn></dt><dd>
175176
A <a>default object</a> is a <a>map</a> that has a <code>@default</code> key.</dd>

0 commit comments

Comments
 (0)