File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4994,23 +4994,23 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4994
4994
<a>string</a> values that are not <a href="#type-coercion">type coerced</a>.</p>
4995
4995
4996
4996
<p>To clear the <a>default language</a> for a subtree, <code>@language</code> can
4997
- be set to <code>null</code> in a <a>local context</a> as follows:</p>
4997
+ be set to <code>null</code> in an intervening context, such as a <a>scoped context</a> as follows:</p>
4998
4998
4999
4999
<pre class="example nohighlight" data-transform="updateExample"
5000
5000
title="Clearing default language">
5001
5001
<!--
5002
5002
{
5003
5003
"@context": {
5004
5004
####...####
5005
- "@language": "ja"
5005
+ "@language": "ja",
5006
+ "details": {
5007
+ ****"@context": {
5008
+ "@language": null
5009
+ }****
5010
+ }
5006
5011
},
5007
5012
"name": "花澄",
5008
- "details": {
5009
- ****"@context": {
5010
- "@language": null
5011
- }****,
5012
- "occupation": "Ninja"
5013
- }
5013
+ "details": {"occupation": "Ninja"}
5014
5014
}
5015
5015
-->
5016
5016
</pre>
You can’t perform that action at this time.
0 commit comments