Skip to content

Commit

Permalink
Normalize spelling to US English
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent c5d97cb commit cd0a8ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
* convert a {@link Quad}.
* <p>
* To convert any {@link Triple} or {@link Quad} to RDF4J {@link Statement},
* use {@link #asStatement(TripleLike)}. This recognises previously converted
* use {@link #asStatement(TripleLike)}. This recognizes previously converted
* {@link RDF4JTriple}s and {@link RDF4JQuad}s without re-converting their
* {@link RDF4JTripleLike#asStatement()}.
* <p>
* Likewise, {@link #asValue(RDFTerm)} can be used to convert any Commons RDF
* {@link RDFTerm} to a corresponding RDF4J {@link Value}. This recognises
* {@link RDFTerm} to a corresponding RDF4J {@link Value}. This recognizes
* previously converted {@link RDF4JTerm}s without re-converting their
* {@link RDF4JTerm#asValue()}.
* <p>
Expand Down

0 comments on commit cd0a8ff

Please sign in to comment.