We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcc19a commit 6e9c5faCopy full SHA for 6e9c5fa
1 file changed
src/main/java/org/mockito/internal/runners/InternalRunner.java
@@ -10,7 +10,7 @@
10
11
/**
12
* I'm using this surrogate interface to hide internal Runner implementations.
13
- * Surrogate cannot be used with @RunWith therefore it is less likely clients will use interal runners.
+ * Surrogate cannot be used with @RunWith therefore it is less likely clients will use internal runners.
14
*/
15
public interface InternalRunner extends Filterable {
16
0 commit comments