Skip to content

Commit

Permalink
Minor grammar correction in comment
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 642955274
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed Jun 13, 2024
1 parent cef5d45 commit 5274586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/google/common/truth/Expect.java
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
* </ul>
*
* <p>To record failures for the purpose of testing that an assertion fails when it should, see
Expand Down

0 comments on commit 5274586

Please sign in to comment.