Skip to content

Commit

Permalink
Fix typos in Javadoc and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 15, 2025
1 parent 30070b5 commit 14368eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ public UUID salt() {
* <p>
* A generalized quad allows any {@link RDFTerm} for
* {@link QuadLike#getSubject()}, {@link TripleLike#getPredicate()},
* {@link QuadLike#getObject()} and {@link QuadLike#getGraphName()} .
* {@link QuadLike#getObject()} and {@link QuadLike#getGraphName()}.
* <p>
* The returned {@link StreamRDF} can be used for instance with Jena's
* {@link RDFDataMgr#parse(StreamRDF, String)}.
Expand Down

0 comments on commit 14368eb

Please sign in to comment.