Skip to content

Commit

Permalink
Fix typo (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-ni-hotstar committed May 29, 2022
1 parent 93bba11 commit e5a06c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
* the type to mock, extra interfaces, and serialization support.
*
* <p>
* The type to mock has to be not final and not part of the JDK. THe created mock will implement extra interfaces
* The type to mock has to be not final and not part of the JDK. The created mock will implement extra interfaces
* if any. And will implement <code>Serializable</code> if this settings is explicitly set.
*/
public class SubclassByteBuddyMockMaker implements ClassCreatingMockMaker {
Expand Down

0 comments on commit e5a06c5

Please sign in to comment.