Skip to content

Commit

Permalink
Fix typo in comment of InternalRunner.java (#2715)
Browse files Browse the repository at this point in the history
Co-authored-by: wwang7 <wwang7@leqee.com>
  • Loading branch information
198812345678 and wwang7 committed Jul 28, 2022
1 parent 2bcc19a commit 6e9c5fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@

/**
* I'm using this surrogate interface to hide internal Runner implementations.
* Surrogate cannot be used with &#064;RunWith therefore it is less likely clients will use interal runners.
* Surrogate cannot be used with &#064;RunWith therefore it is less likely clients will use internal runners.
*/
public interface InternalRunner extends Filterable {

Expand Down

0 comments on commit 6e9c5fa

Please sign in to comment.