Skip to content

Commit cc6f99c

Browse files
committed
Fix style.
1 parent 2c04a1a commit cc6f99c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/toRdf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ function _listToRDF(list, issuer, dataset, graphTerm) {
202202

203203
/**
204204
* Converts a JSON-LD value object to an RDF literal or a JSON-LD string,
205-
* node object to an RDF resource,
206-
* or adds a list.
205+
* node object to an RDF resource, or adds a list.
207206
*
208207
* @param item the JSON-LD value or node object.
209208
* @param issuer a IdentifierIssuer for assigning blank node names.

0 commit comments

Comments
 (0)