Skip to content

Commit 7c3a959

Browse files
committed
Update @none definition.
Fixes #228.
1 parent c5951d7 commit 7c3a959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ <h2>Syntax Tokens and Keywords</h2>
588588
<dt class="changed"><code>@nest</code></dt><dd class="changed">Used to define a <a>property</a> of a <a>node object</a> that groups together properties of that node, but is not an edge in the graph.</dd>
589589
<dt class="changed"><code>@none</code></dt><dd class="changed">Used as an index value
590590
in an <a>index map</a>, <a>id map</a>, <a>language map</a>, <a>type map</a>, or elsewhere where a <a>map</a> is
591-
used to index into other values.</dd>
591+
used to index into other values, when the indexed node does not have the feature being indexed.</dd>
592592
<dt class="changed"><code>@prefix</code></dt><dd class="changed">
593593
With the value <code>true</code>, allows this <a>term</a> to be used to construct a <a>compact IRI</a>
594594
when compacting.</dd>

0 commit comments

Comments
 (0)