From de119dd764759939dc20d7b71a1167abb2af249b Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Mon, 14 Aug 2023 08:02:49 +0200 Subject: [PATCH] Doc tweak --- .../tech/picnic/errorprone/bugpatterns/util/MoreMatchers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.