Skip to content

Commit 3a9dbec

Browse files
committed
Fix terms typo.
1 parent 75fd148 commit 3a9dbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/terms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
A <a>list</a> is an ordered sequence of <a>IRIs</a>, <a>blank nodes</a>, and <a>literals</a>.</dd>
127127
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-literal" data-lt="RDF literal" class="preserve">literal</dfn></dt><dd>
128128
An <a>object</a> expressed as a value such as a <a>string</a> or <a>number</a>.
129-
Implicitlly or explicitly includes a <a>datatype IRI</a> and, if the datatype is `rdf:langString`, an optional <a>language tag</a>.</dd>
129+
Implicitly or explicitly includes a <a>datatype IRI</a> and, if the datatype is `rdf:langString`, an optional <a>language tag</a>.</dd>
130130
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-named-graph" class="preserve">named graph</dfn></dt><dd>
131131
A <a>named graph</a>
132132
is a <a>linked data graph</a> that is identified by an <a>IRI</a> or <a>blank node</a>.</dd>
@@ -179,7 +179,7 @@
179179
as the <code>@context</code> <a>entry</a> of one of the following:
180180
a <a>node object</a>, a <a>value object</a>, a <a>graph object</a>, a <a>list object</a>,
181181
a <a>set object</a>, the value of a <a>nested properties</a>,
182-
or the value of an <a>expanded term definition</a></span>.
182+
or the value of an <a>expanded term definition</a>.
183183
Its value may be a <a>map</a> for a <a data-cite="JSON-LD11#dfn-context-definition">context definition</a>,
184184
as an <a>IRI</a>, or as an <a>array</a> combining either of the above.
185185
</dd>

0 commit comments

Comments
 (0)