Skip to content

Commit

Permalink
fixed DatasetCoreFactory description
Browse files Browse the repository at this point in the history
  • Loading branch information
bergos committed Jan 21, 2019
1 parent 70d5e8a commit 504b653
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dataset-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ <h3><dfn>DatasetCoreFactory</dfn> interface</h3>
</pre>

<p>
<dfn>dataset</dfn>
<code>DatasetCoreFactory</code> provides a <code>dataset</code> method to create instances of <code>DatasetCore</code>.
</p>

<p>
<code>DatasetCoreFactory</code> extends the <a href="http://rdf.js.org/#datafactory-interface">DataFactory</a> interface by a <code>dataset</code> method to create instances of <code>DatasetCore</code>.
<dfn>dataset</dfn>
</p>
<p>Returns a new dataset and imports all quads, if given.</p>
</section>
Expand Down

0 comments on commit 504b653

Please sign in to comment.