diff --git a/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreMatchers.java b/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreMatchers.java index 83963f6368..eaa683c650 100644 --- a/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreMatchers.java +++ b/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreMatchers.java @@ -33,7 +33,7 @@ public static Matcher hasMetaAnnotation(String ann /** * Returns a {@link Matcher} that determines whether the type of a given {@link Tree} is a subtype - * of the type return by the specified {@link Supplier}. + * of the type returned by the specified {@link Supplier}. * *

This method differs from {@link Matchers#isSubtypeOf(Supplier)} in that it does not perform * type erasure.