From 527458642c26bfcc3d730b566bdd0df25c76c338 Mon Sep 17 00:00:00 2001 From: Google Java Core Libraries Date: Thu, 13 Jun 2024 05:46:20 -0700 Subject: [PATCH] Minor grammar correction in comment RELNOTES=n/a PiperOrigin-RevId: 642955274 --- core/src/main/java/com/google/common/truth/Expect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/google/common/truth/Expect.java b/core/src/main/java/com/google/common/truth/Expect.java index 4e7b77d7b..c5f61010b 100644 --- a/core/src/main/java/com/google/common/truth/Expect.java +++ b/core/src/main/java/com/google/common/truth/Expect.java @@ -73,7 +73,7 @@ * by a method like {@code executor.submit(...)}. It might also include checking for * unexpected log messages * or reading metrics that count failures.) If your tests already check for exceptions from a - * thread, then that will any cover exception from plain {@code assertThat}. + * thread, then that will cover any exception from plain {@code assertThat}. * * *

To record failures for the purpose of testing that an assertion fails when it should, see