Skip to content

Commit 748466c

Browse files
committed
Clarify that language map values of @none are strings, and not aribrary data.
Fixes #102.
1 parent b97a16d commit 748466c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6009,8 +6009,8 @@ <h3>Using the Document Base as the Default Vocabulary</h3>
60096009

60106010
<p class="changed">If the <a>processing mode</a> is set to <code>json-ld-1.1</code>,
60116011
the special index <code>@none</code> is used for indexing
6012-
data which does not have a language, which is useful to maintain
6013-
a normalized representation.</p>
6012+
strings which do not have a language; this is useful to maintain
6013+
a normalized representation for string values not having a datatype.</p>
60146014

60156015
<aside class="example ds-selector-tabs changed"
60166016
title="Indexing languaged-tagged strings using @none for no language">

0 commit comments

Comments
 (0)