Skip to content

Commit

Permalink
Fix errors in the message
Browse files Browse the repository at this point in the history
  • Loading branch information
JFCote committed May 14, 2018
1 parent 36e6a5c commit e8ecda5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void main(String[] args) {

private static void printResults(List<StyleError> errorList) {
if (errorList.isEmpty()) {
System.out.println("There is no style error in this spec. Good job!");
System.out.println("There are no style errors in this spec. Good job!");
} else {
for (StyleError error : errorList) {
System.out.println(error.toString());
Expand Down

0 comments on commit e8ecda5

Please sign in to comment.