File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -665,8 +665,8 @@ <h3>JsonLdProcessor</h3>
665
665
< dd > The JSON-LD object or array of JSON-LD objects to convert to RDF or a < a > IRI</ a >
666
666
referencing the JSON-LD document to convert to RDF.</ dd >
667
667
< dt > QuadCallback callback</ dt >
668
- < dd > A callback that is called when a < ldtref > Quad </ ldtref > is created from processing
669
- the given < code > input </ code > .
668
+ < dd > A callback that is called when the input < code > input </ code > has been converted
669
+ to < ldtref title =" Quad " > Quads </ ldtref > .
670
670
</ dd >
671
671
< dt > optional JsonLdOptions? options</ dt >
672
672
< dd > A set of options that MAY affect the conversion to RDF such as, e.g.,
@@ -777,8 +777,8 @@ <h3>QuadCallback</h3>
777
777
and the details will be contained within the < code > error</ code >
778
778
object.
779
779
</ dd >
780
- < dt > Quad quad </ dt >
781
- < dd > If there is no error, the quad that was generated.</ dd >
780
+ < dt > Quad[] quads </ dt >
781
+ < dd > If there is no error, the quads that have been generated.</ dd >
782
782
</ dl >
783
783
</ dd >
784
784
</ dl >
You can’t perform that action at this time.
0 commit comments