File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ see the individual [interface definitions](#data-interfaces)
125125- ` NamedNode .namedNode(string value) ` returns a new instance of NamedNode.
126126- ` BlankNode .blankNode([string value]) ` returns a new instance of BlankNode.
127127 If the value parameter is undefined a new identifier for the blank node is generated for each call.
128- - ` Literal .literal(string value, [string languageOrDatatype]) ` returns a new
128+ - ` Literal .literal(string value, [string|NamedNode languageOrDatatype]) ` returns a new
129129 instance of Literal. If languageOrDatatype is a NamedNode, then it is used for the value of ` .datatype ` .
130130 Otherwise languageOrDatatype is used for the value of ` .language ` .
131131- ` Variable .variable(string value) ` returns a new instance of Variable. This method is optional.
You can’t perform that action at this time.
0 commit comments