Skip to content

Commit

Permalink
Normalize spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 27, 2025
1 parent a5890aa commit 79abe14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* also be used for <em>generalized quads</em> (e.g. a {@link BlankNode} as
* predicate).
* <p>
* Implementations should specialise which specific {@link RDFTerm} types they
* Implementations should specialize which specific {@link RDFTerm} types they
* return by overriding {@link #getSubject()}, {@link #getPredicate()},
* {@link #getObject()} and {@link #getGraphName()}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ public interface RDFTerm {
int hashCode();

/**
* Return the term serialised as specified by the RDF-1.1 N-Triples
* Return the term serialized as specified by the RDF-1.1 N-Triples
* Canonical form.
*
* @return The term serialised as RDF-1.1 N-Triples.
* @return The term serialized as RDF-1.1 N-Triples.
* @see <a href="http://www.w3.org/TR/n-triples/#canonical-ntriples">
* RDF-1.1 N-Triples Canonical form</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* <em>immutable</em> or <em>thread-safe</em>. This interfaced can also be used
* for <em>generalized triples</em> (e.g. a {@link BlankNode} as predicate).
* <p>
* Implementations should specialise which specific {@link RDFTerm} types they
* Implementations should specialize which specific {@link RDFTerm} types they
* return by overriding {@link #getSubject()}, {@link #getPredicate()} and
* {@link #getObject()}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public Stream<? extends T> stream() {
/**
* Common abstract {@link GraphLike}.
* <p>
* Specialised by {@link JsonLdGraph}, {@link JsonLdUnionGraph} and
* specialized by {@link JsonLdGraph}, {@link JsonLdUnionGraph} and
* {@link JsonLdDataset}.
*
* @param <T>
Expand Down

0 comments on commit 79abe14

Please sign in to comment.