Skip to content

Commit

Permalink
Merge pull request TNG#265 from Airblader/bug-typo-1
Browse files Browse the repository at this point in the history
Fixed minor typo in JavaDoc.
  • Loading branch information
janschaefer authored Dec 23, 2016
2 parents c2214e7 + b8bf0d2 commit a923659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.lang.reflect.Method;

/**
* This exception is thrown when JGiven tried to execute a used defined method and that method has thrown an exception.
* This exception is thrown when JGiven tried to execute a user-defined method and that method has thrown an exception.
*/
public class JGivenUserException extends RuntimeException {
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit a923659

Please sign in to comment.