Skip to content

Commit 5be9dfc

Browse files
Update index.html
fixed markup
1 parent 27c4c7a commit 5be9dfc

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
@@ -372,8 +372,8 @@ <h3><dfn>DataFactory</dfn> interface</h3>
372372
it MUST set <code>graph</code> to a <code>DefaultGraph</code>.
373373
</p>
374374
<p>
375-
<dfn>fromTerm()</dfn> returns a new instance of the specific <code>Term</code> subclass given by `original.termType`
376-
(e.g., `NamedNode`, `BlankNode`, `Literal`, etc.),
375+
<dfn>fromTerm()</dfn> returns a new instance of the specific <code>Term</code> subclass given by <code>original.termType</code>
376+
(e.g., <code>NamedNode</code>, <code>BlankNode</code>, <code>Literal</code>, etc.),
377377
such that <code>newObject.equals(original)</code> returns <code>true</code>.
378378
</p>
379379
<p>

0 commit comments

Comments
 (0)