Normalize spelling

This commit is contained in:
Gary Gregory 2024-07-11 09:57:01 -04:00
parent e42f60b041
commit 78e7c8f2da
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ final class FunctorUtils {
* Due to the {@link Predicate#test(T)} method, Predicate<? super T> is * Due to the {@link Predicate#test(T)} method, Predicate<? super T> is
* able to be coerced to Predicate<T> without casting issues. * able to be coerced to Predicate<T> without casting issues.
* <p>This method exists * <p>This method exists
* simply as centralised documentation and atomic unchecked warning * simply as centralized documentation and atomic unchecked warning
* suppression. * suppression.
* *
* @param <T> the type of object the returned predicate should "accept" * @param <T> the type of object the returned predicate should "accept"
@ -67,7 +67,7 @@ final class FunctorUtils {
/** /**
* A very simple method that coerces Transformer<? super I, ? extends O> to Transformer<I, O>. * A very simple method that coerces Transformer<? super I, ? extends O> to Transformer<I, O>.
* <p>This method exists * <p>This method exists
* simply as centralised documentation and atomic unchecked warning * simply as centralized documentation and atomic unchecked warning
* suppression. * suppression.
* *
* @param <I> the type of object the returned transformer should "accept" * @param <I> the type of object the returned transformer should "accept"