Skip to content

Commit

Permalink
Fix an English typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat authored Mar 3, 2022
1 parent 1c660cd commit 5e9ac43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.lang.annotation.Target;

/**
* It let's flaky tests pass.
* It lets flaky tests pass.
* <br>
* This annotation together with {@link FlakyTestRule} repeats the annotated test several times, and makes the test pass if any of
* the executions passed. It's the opposite of {@link Repeat}.
Expand Down

0 comments on commit 5e9ac43

Please sign in to comment.