Skip to content

Commit

Permalink
fix a small typo in JavaDoc (TNG#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hankem authored Apr 13, 2023
2 parents 7721e70 + ce3d6fd commit f0c3ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2235,7 +2235,7 @@ public static DescribedPredicate<JavaClass> assignableTo(DescribedPredicate<? su
* Same as {@link #assignableFrom(Class)}, but returns {@code true} whenever the tested {@link JavaClass}
* is assignable from a class that matches the supplied predicate.<br>
* This is the opposite of {@link #assignableTo(DescribedPredicate)}:
* some class {@code B} is assignable from a class {@code A} if and only if {@code A} is assignable to {@code A}.
* some class {@code B} is assignable from a class {@code A} if and only if {@code A} is assignable to {@code B}.
*
* @see #assignableFrom(Class)
* @see #assignableFrom(String)
Expand Down

0 comments on commit f0c3ad5

Please sign in to comment.