Skip to content

Commit 27c4c7a

Browse files
Update index.html
1 parent 52c631d commit 27c4c7a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,13 @@ <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 specific <code>Term</code> subclass,
376-
which passed to <code>original.equals()</code> returns <code>true</code>
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.),
377+
such that <code>newObject.equals(original)</code> returns <code>true</code>.
377378
</p>
378379
<p>
379380
<dfn>fromQuad()</dfn> returns a new instance of <code>Quad</code>,
380-
which passed to <code>original.equals()</code> returns <code>true</code>
381+
such that <code>newObject.equals(original)</code> returns <code>true</code>.
381382
</p>
382383
</section>
383384
</section>

0 commit comments

Comments
 (0)